UNPKG

sfccxt

Version:

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

17 lines (12 loc) 412 B
'use strict'; // --------------------------------------------------------------------------- const huobi = require ('./huobi.js'); // --------------------------------------------------------------------------- module.exports = class huobipro extends huobi { describe () { return this.deepExtend (super.describe (), { 'alias': true, 'id': 'huobipro', }); } };