Files
old-slucajna-televizija/web/node_modules/detect-node/index.js

7 lines
202 B
JavaScript
Raw Normal View History

2017-10-16 11:19:46 +02:00
module.exports = false;
// Only Node.JS has a process variable that is of [[Class]] process
try {
module.exports = Object.prototype.toString.call(global.process) === '[object process]'
} catch(e) {}