@10xly/global
v1.1.0
Published
global object
Readme
global
package for interacting with global stuff. nodejs only. no browsers.
installation
npm install @10xly/globalusage
const assert = require("assert-fn")
const _globalThis = require("@10xly/global/globalThis")
const _process = require("@10xly/global/process")
const _console = require("@10xly/global/console")