UNPKG

@jalmonter/ccxt

Version:

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

6 lines (5 loc) 180 B
// ------------------------------------------------------------------------------- import _binance from '../binance.js'; class binance extends _binance { } export default binance;