UNPKG

bot18

Version:

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

13 lines 285 B
module.exports = { _maps: [ { _ns: 'something-nested', 'some.path': function container (get) { return get('some.other.path'); }, 'some.other.path': 'ok' } ], 'imports.some.path': '#something-nested:some.path', 'some.other.path': 'nope' }