source:
imaps-frontend/node_modules/lodash-es/_freeGlobal.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | /** Detect free variable `global` from Node.js. */ |
2 | var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; |
3 | |
4 | export default freeGlobal; |
Note:
See TracBrowser
for help on using the repository browser.