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 c182291 commit 7560adaCopy full SHA for 7560ada
src/index.d.ts
@@ -4,7 +4,6 @@ export const FS: {
4
readdir: (pathName: string) => string[],
5
unlink: (fileName: string) => void,
6
mkdir: (fileName: string) => void,
7
- readdir: (fileName: string) => string[],
8
}
9
10
type FSMethodNames = { [K in keyof typeof FS]: (typeof FS)[K] extends (...args: any[]) => any ? K : never }[keyof typeof FS];
0 commit comments