@alwatr/node-fs
Version:
Enhanced file system operations in Node.js with asynchronous queue to prevent parallel writes.
9 lines • 314 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';
export { resolve } from 'node:path';
export { existsSync } from 'node:fs';
export { unlink } from 'node:fs/promises';
//# sourceMappingURL=main.d.ts.map