UNPKG

bot18

Version:

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

9 lines 216 B
module.exports = { 'some.thing.cached': function container (get, set) { return Math.random() }, 'clear.the.thing': function container (get, set, clear) { clear('some.thing.cached') return true } }