source: trip-planner-front/node_modules/lodash/_root.js@ e29cc2e

Last change on this file since e29cc2e was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 300 bytes
Line 
1var freeGlobal = require('./_freeGlobal');
2
3/** Detect free variable `self`. */
4var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
5
6/** Used as a reference to the global object. */
7var root = freeGlobal || freeSelf || Function('return this')();
8
9module.exports = root;
Note: See TracBrowser for help on using the repository browser.