Skip to content

Commit

Permalink
refactor: use the node: protocol for imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 7, 2022
1 parent 482e824 commit 3dd1de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs';
import path from 'path';
import fs from 'node:fs';
import path from 'node:path';

export interface RecursiveReaddirFilesOptions {
/**
Expand Down

0 comments on commit 3dd1de7

Please sign in to comment.