UNPKG

184 BJavaScriptView Raw
1// Only Node.JS has a process variable that is of [[Class]] process
2export default Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]';