index.js 202 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 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) {}