template-project/node_modules/@jimp/file-ops/dist/browser/index.js
2025-05-30 18:13:30 +08:00

8 lines
240 B
JavaScript

export const existsSync = () => false;
export const readFile = async () => {
throw new Error("Not supported");
};
export const writeFile = async () => {
throw new Error("Not supported");
};
//# sourceMappingURL=index-browser.mjs.map