UNPKG

bot18

Version:

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

5 lines 147 B
module.exports = function container (get) { return function mountCollections (cb) { get('vendor.run-series')(get('db.collections'), cb) } }