checkOptions
checkOptions<
T>(backend,options):void
Defined in: src/backends/backend.ts:137
Internal
Checks that options object is valid for the file system options.
Type Parameters
Section titled “Type Parameters”T extends Backend<FileSystem, object>
Parameters
Section titled “Parameters”backend
Section titled “backend”T
options
Section titled “options”Record<string, unknown>
Returns
Section titled “Returns”void