UNPKG

ccxt

Version:

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

12 lines (7 loc) 290 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var Exchange$1 = require('../base/Exchange.js'); // ---------------------------------------------------------------------------- class Exchange extends Exchange$1["default"] { } exports["default"] = Exchange;