UNPKG

bot18

Version:

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

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