UNPKG

@hazae41/kdbx

Version:

Rust-like KeePass (KDBX 4) file format for TypeScript

3 lines (2 loc) 192 B
export declare function gzip(data: Uint8Array<ArrayBuffer>): Promise<Uint8Array<ArrayBuffer>>; export declare function gunzip(data: Uint8Array<ArrayBuffer>): Promise<Uint8Array<ArrayBuffer>>;