UNPKG
process
Version:
latest (0.11.10)
0.11.10
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.9
process information for node.js and browsers
github.com/shtylman/node-process
shtylman/node-process
process
/
index.js
3 lines
(2 loc)
•
96 B
JavaScript
View Raw
1
2
3
// for now just expose the builtin process global from node.js
module
.
exports
= global.process;