UNPKG

ccxt-look

Version:

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

16 lines (11 loc) 393 B
'use strict'; // --------------------------------------------------------------------------- const fmfwio = require ('./fmfwio.js'); // --------------------------------------------------------------------------- module.exports = class bitcoincom extends fmfwio { describe () { return this.deepExtend (super.describe (), { 'id': 'bitcoincom', }); } };