Files

3 lines
186 B
JavaScript
Raw Permalink Normal View History

2026-05-31 18:44:04 +08: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]';