AsyncZippableFile
A file that can be used to asynchronously create a ZIP archive
type AsyncZippableFile = Uint8Array | AsyncZippable | [Uint8Array | AsyncZippable, AsyncZipOptions];
§Type
§
Uint8Array | AsyncZippable | [Uint8Array | AsyncZippable, AsyncZipOptions]
[src]