@proton/ccxt
Version:
A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges
16 lines (13 loc) • 789 B
text/typescript
// ----------------------------------------------------------------------------
// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
// EDIT THE CORRESPONDENT .ts FILE INSTEAD
export function arrayToObject(source: any, options: any): any;
export function assign(target: any, source: any): any;
export function combine(a: any, b: any): any[];
export function compact(value: any): any;
export function decode(str: any, decoder: any, charset: any): any;
export function encode(str: any, defaultEncoder: any, charset: any): any;
export function isBuffer(obj: any): boolean;
export function isRegExp(obj: any): boolean;
export function merge(target: any, source: any, options: any): any;