UNPKG

ccxt-look

Version:

A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges

19 lines (14 loc) 496 B
'use strict'; // --------------------------------------------------------------------------- const huobi = require ('./huobi.js'); // --------------------------------------------------------------------------- module.exports = class huobipro extends huobi { describe () { // this is an alias for backward-compatibility // to be removed soon return this.deepExtend (super.describe (), { 'id': 'huobipro', 'alias': true, }); } };