UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges. Verifiable data powered by Verity.

6 lines (5 loc) 114 B
export declare const Base64: { decode(a: string): any[]; re: RegExp; unarmor(a: string): number[]; };