UNPKG

bot18

Version:

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

8 lines 205 B
module.exports = { 'some.thing[]': { // pushing to "some.thing" 'some.key': 'some-value' }, 'some.thing': { // pushing to "some.thing", but it's an object 'some.other.key': 'some-value' } }