Update index.d.ts
This commit is contained in:
parent
9c3def8d8b
commit
3de7fc7736
1
src/index.d.ts
vendored
1
src/index.d.ts
vendored
@ -4,7 +4,6 @@ export const FS: {
|
||||
readdir: (pathName: string) => string[],
|
||||
unlink: (fileName: string) => void,
|
||||
mkdir: (fileName: string) => void,
|
||||
readdir: (fileName: string) => string[],
|
||||
}
|
||||
|
||||
type FSMethodNames = { [K in keyof typeof FS]: (typeof FS)[K] extends (...args: any[]) => any ? K : never }[keyof typeof FS];
|
||||
|
Loading…
Reference in New Issue
Block a user