UNPKG

moltres-utils

Version:
12 lines (10 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** Detect free variable `global` from Node.js. */ const freeGlobal = typeof global == 'object' && global !== null && global.Object === Object && global; var _default = freeGlobal; exports.default = _default; //# sourceMappingURL=freeGlobal.js.map