mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-08 02:33:02 +00:00
merge new into master
This commit is contained in:
2
node_modules/detect-node-es/es5/node.js
generated
vendored
Normal file
2
node_modules/detect-node-es/es5/node.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
// Only Node.JS has a process variable that is of [[Class]] process
|
||||
module.exports.isNode = Object.prototype.toString.call(typeof process !== 'undefined' ? process : 0) === '[object process]';
|
||||
Reference in New Issue
Block a user