mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +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]';
|