source:
frontend/node_modules/detect-node/index.js@
cdcff72
| Last change on this file since cdcff72 was 9af201e, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 186 bytes | |
| Line | |
|---|---|
| 1 | // Only Node.JS has a process variable that is of [[Class]] process |
| 2 | module.exports = Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]'; |
Note:
See TracBrowser
for help on using the repository browser.
