UNPKG

bot18

Version:

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

16 lines 312 B
module.exports = { _maps: [ { 'some.thing[4]': 'fifth' } ], 'some.thing[15]': ['sixth'], 'some.thing[-2]': [ 'first', 'second' ], 'some.thing': ['#other.thing', 'zero'], 'some.thing[]': function container (get) { return ['third', 'fourth']; }, 'other.thing': 'minus-one' }