Skip to Content
LibraryCoreSrcUtilZipcore/src/util/zip

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 

Functions

unzip()

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

Defined in: core/src/util/zip.ts:4 

Parameters

data

Uint8Array

opts?

AsyncUnzipOptions

Returns

Promise<Unzipped>


zip()

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

Defined in: core/src/util/zip.ts:48 

Parameters

data

AsyncZippable

opts?

AsyncZipOptions

Returns

Promise<Uint8Array<ArrayBufferLike>>

© 2017-2026 yamachi