mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 22:39:26 +01:00
3 lines
186 B
JavaScript
Vendored
3 lines
186 B
JavaScript
Vendored
// Only Node.JS has a process variable that is of [[Class]] process
|
|
module.exports = Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]';
|