UNPKG

remsed

Version:

A JavaScript cryptocurrency trading library with support for fairdesk.com

5 lines (4 loc) 176 B
declare function inflate(data: any): string; declare function inflate64(data: any): string; declare function gunzip(data: any): string; export { inflate, inflate64, gunzip, };