UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

13 lines (8 loc) 183 B
'use strict' var Stanza = require('./Stanza') var inherits = require('inherits') function IQ (attrs) { Stanza.call(this, 'iq', attrs) } inherits(IQ, Stanza) module.exports = IQ