1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-11 08:43:51 +00:00
Files
musix-oss/node_modules/lodash/_root.js
MatteZ02 30022c7634 Modules
2020-03-03 22:30:50 +02:00

10 lines
300 B
JavaScript

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;