UNPKG

shrink-string-typescript

Version:

Tiny string compression module for Node.

6 lines (5 loc) 144 B
declare const _default: { compress: (s?: string) => Promise<string>; decompress: (s?: string) => Promise<string>; }; export = _default;