We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0d359 commit 0b6c43aCopy full SHA for 0b6c43a
src/vendor/node/fs.ts
@@ -1,4 +1,8 @@
1
// Inlined types from node:fs to avoid implicit dependencies
2
+
3
+import type { Buffer } from './buffer';
4
+import type { URL } from './url';
5
6
export type PathLike = string | Buffer | URL;
7
8
// tslint:disable-next-line:no-namespace
0 commit comments