UNPKG

bot18

Version:

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

14 lines (8 loc) 431 B
"use strict"; /* ------------------------------------------------------------------------ */ module.exports = { isNode: (typeof window === 'undefined') && !((typeof WorkerGlobalScope !== 'undefined') && (self instanceof WorkerGlobalScope)) , isWindows: (typeof process !== 'undefined') ? process.platform === "win32" : false } /* ------------------------------------------------------------------------ */