UNPKG

ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

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