@alwatr/node-fs
Version:
Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.
11 lines • 463 B
TypeScript
export * from './read-file.js';
export * from './write-file.js';
export * from './read-json.js';
export * from './write-json.js';
export * from './make-file.js';
import { existsSync as existsSync_ } from 'node:fs';
import { unlink as unlink_ } from 'node:fs/promises';
export declare const resolve: (...paths: string[]) => string;
export declare const existsSync: typeof existsSync_;
export declare const unlink: typeof unlink_;
//# sourceMappingURL=main.d.ts.map