Library
core
src
util
zip
Readme

Lawtext core references


Lawtext core references / core/src/util/zip

core/src/util/zip

Interfaces

Type Aliases

AsyncZippableFile

AsyncZippableFile: Uint8Array | ArrayBuffer | AsyncZippable | string | [Uint8Array | ArrayBuffer | string | AsyncZippable, fflate.AsyncZipOptions]

Defined in: core/src/util/zip.ts:16 (opens in a new tab)

Functions

unzip()

unzip(data, opts?): Promise<Unzipped>

Defined in: core/src/util/zip.ts:4 (opens in a new tab)

Parameters

data

Uint8Array

opts?

AsyncUnzipOptions

Returns

Promise<Unzipped>


zip()

zip(data, opts?): Promise<Uint8Array<ArrayBufferLike>>

Defined in: core/src/util/zip.ts:48 (opens in a new tab)

Parameters

data

AsyncZippable

opts?

AsyncZipOptions

Returns

Promise<Uint8Array<ArrayBufferLike>>