UNPKG

@proton/ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges

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