Sync
Sync<
T>(FS):Mixin<T,AsyncFSMethods>
Defined in: src/mixins/sync.ts:12
Implements the asynchronous API in terms of the synchronous API.
Type Parameters
Section titled “Type Parameters”T extends (…args) => FileSystem
Parameters
Section titled “Parameters”T
Returns
Section titled “Returns”Mixin<T, AsyncFSMethods>