TarOptions
Defined in: src/tar/fs.ts:14
Options for TarFS file system instances.
Extends
Section titled “Extends”SharedConfig
Properties
Section titled “Properties”caseFold?
Section titled “caseFold?”
optionalcaseFold?:CaseFold
Defined in: node_modules/@zenfs/core/dist/backends/backend.d.ts:39
If set, sets case folding for the file system(s).
Inherited from
Section titled “Inherited from”SharedConfig.caseFold
data:
Uint8Array
Defined in: src/tar/fs.ts:16
The Tar file in a buffer.
disableAsyncCache?
Section titled “disableAsyncCache?”
optionaldisableAsyncCache?:boolean
Defined in: node_modules/@zenfs/core/dist/backends/backend.d.ts:35
If set, disables the sync cache and sync operations on async file systems.
Inherited from
Section titled “Inherited from”SharedConfig.disableAsyncCache
optionalname?:string
Defined in: src/tar/fs.ts:19
The name of the Tar file