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