UNPKG

moltres-utils

Version:
20 lines (14 loc) 640 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _freeGlobal = _interopRequireDefault(require("./freeGlobal")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** Detect free variable `self`. */ const freeSelf = typeof self == 'object' && self !== null && self.Object === Object && self; // eslint-disable-line no-undef /** Used as a reference to the global object. */ const root = _freeGlobal.default || freeSelf || Function('return this')(); var _default = root; exports.default = _default; //# sourceMappingURL=root.js.map