UNPKG

ccxt

Version:

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

6 lines (5 loc) 170 B
// ------------------------------------------------------------------------------- import _bybit from '../bybit.js'; class bybit extends _bybit { } export default bybit;