Skip to content

Commit

Permalink
fix(node-fs): Update import statement for make-file module
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 8, 2024
1 parent 8a65605 commit 305fb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-fs/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './read-file';
export * from './write-file';
export * from './make-file.js';
export * from './make-file';

export {resolve} from 'node:path';
export {existsSync} from 'node:fs';
Expand Down

0 comments on commit 305fb0e

Please sign in to comment.