1
0
mirror of https://github.com/musix-org/musix-oss synced 2026-03-13 22:04:22 +00:00
Files
musix-oss/node_modules/lodash/_freeGlobal.js
MatteZ02 30022c7634 Modules
2020-03-03 22:30:50 +02:00

5 lines
173 B
JavaScript

/** Detect free variable `global` from Node.js. */
var freeGlobal = typeof global == 'object' && global && global.Object === Object && global;
module.exports = freeGlobal;