AsyncOperation
AsyncOperation =
{ [K in keyof AsyncFSMethods]: [K, ...Parameters<FileSystem[K]>] }[keyofAsyncFSMethods]
Defined in: src/mixins/async.ts:15
Internal
AsyncOperation =
{ [K in keyof AsyncFSMethods]: [K, ...Parameters<FileSystem[K]>] }[keyofAsyncFSMethods]
Defined in: src/mixins/async.ts:15
Internal