UNPKG

@kraken-crypto/ccxt

Version:

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

9 lines (8 loc) 234 B
export default defaultFormat; declare var defaultFormat: string; export namespace formatters { function RFC1738(value: any): string; function RFC3986(value: any): any; } export var RFC1738: string; export var RFC3986: string;