UNPKG

ccxt

Version:

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

4 lines (3 loc) 174 B
declare function serialize(data: any, options: any): Uint8Array<ArrayBuffer>; declare function deserialize(array: any, options: any): any; export { serialize, deserialize };