Type Alias AsyncZippableFile

AsyncZippableFile:
    | Uint8Array
    | AsyncZippable
    | [Uint8Array | AsyncZippable, AsyncZipOptions]

A file that can be used to asynchronously create a ZIP archive