atcheck/lsscanner/new_ubuntu/node_modules_win/detect-node/index.js

3 lines
186 B
JavaScript
Raw Normal View History

2019-12-16 18:42:21 +01:00
// Only Node.JS has a process variable that is of [[Class]] process
module.exports = Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]';