Files
ihrm/node_modules/detect-node/index.esm.js
Nikhil Ravi Cybrosys e1794e7422 [UPDT]translations in the views (#4)
[UPDT]Translations in the views
[FIX]major bug fixes
2023-05-18 15:05:28 +05:30

3 lines
186 B
JavaScript
Executable File

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