Sign in
apache
/
nifi-fds
/
gh-pages
/
.
/
node_modules
/
detect-node
/
index.esm.js
blob: b4b379f1332f4758dac526e216fa75eefe911257 [
file
] [
log
] [
blame
]
// 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]'
;