Initial commit
[yaffs-website] / node_modules / grunt-contrib-watch / node_modules / globule / node_modules / lodash / _freeGlobal.js
1 /** Detect free variable `global` from Node.js. */
2 var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
3
4 module.exports = freeGlobal;