source: frontend/node_modules/detect-node/index.esm.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 184 bytes
Line 
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]';
Note: See TracBrowser for help on using the repository browser.