UNPKG

@kraken-crypto/ccxt

Version:

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

12 lines (7 loc) 293 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;