UNPKG

ccxt

Version:

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

19 lines (14 loc) 484 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var gate = require('./gate.js'); // ---------------------------------------------------------------------------- // --------------------------------------------------------------------------- class gateio extends gate["default"] { describe() { return this.deepExtend(super.describe(), { 'id': 'gateio', 'alias': true, }); } } exports["default"] = gateio;