UNPKG

bot18

Version:

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

9 lines (8 loc) 285 B
var assert = require('assert'); module.exports = { '_some.thing': '#custom-value', // "_" prefix means don't treat key as a path 'some.actual.thing': 'ok', '_some.other.thing': function container (get) { // should not evaluate throw new Error('this is not happening'); } }