source:
trip-planner-front/node_modules/detect-node/index.esm.js@
1ad8e64
Last change on this file since 1ad8e64 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 184 bytes |
Line | |
---|---|
1 | // Only Node.JS has a process variable that is of [[Class]] process |
2 | export default Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]'; |
Note:
See TracBrowser
for help on using the repository browser.