UNPKG

@proton/ccxt

Version:

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

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