Files
lodash/.internal/root.js
John-David Dalton aa60e55db4 Update module paths.
2017-01-11 10:06:12 -08:00

10 lines
301 B
JavaScript

import freeGlobal from './freeGlobal.js';
/** Detect free variable `self`. */
const freeSelf = typeof self == 'object' && self && self.Object === Object && self;
/** Used as a reference to the global object. */
const root = freeGlobal || freeSelf || Function('return this')();
export default root;