UNPKG

tsmaz

Version:

TypeScript port of the smaz string compression library

4 lines (3 loc) 186 B
export declare function decompress(array: Uint8Array): string; export declare function compress(str: string): Uint8Array; export declare function getCompressedSize(str: string): number;