UNPKG

remsed

Version:

A JavaScript cryptocurrency trading library with support for fairdesk.com

17 lines (13 loc) 405 B
'use strict'; var gate = require('./gate.js'); // ---------------------------------------------------------------------------- // --------------------------------------------------------------------------- class gateio extends gate { describe() { return this.deepExtend(super.describe(), { 'id': 'gateio', 'alias': true, }); } } module.exports = gateio;