source:
frontend/node_modules/lodash/_freeGlobal.js
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 173 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 1 | /** Detect free variable `global` from Node.js. */ |
| 2 | var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; | |
| 3 | ||
| 4 | module.exports = freeGlobal; |
Note:
See TracBrowser
for help on using the repository browser.
