Urara-Blog/node_modules/.pnpm-store/v3/files/80/a9bd9e07a4ab206ef794311d0ca5411a0136f162c1f0672562c854988b7b7a91cadce136d6608bbd0e3e778380412a1d76fca55bce6562de7ec8694339cb1f
2022-08-14 01:14:53 +08:00

9 lines
300 B
Text

var freeGlobal = require('./_freeGlobal');
/** Detect free variable `self`. */
var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
/** Used as a reference to the global object. */
var root = freeGlobal || freeSelf || Function('return this')();
module.exports = root;