Skip to content

AsyncOperation

AsyncOperation = { [K in keyof AsyncFSMethods]: [K, ...Parameters<FileSystem[K]>] }[keyof AsyncFSMethods]

Defined in: src/mixins/async.ts:15

Internal