aboutsummaryrefslogtreecommitdiff
path: root/node_modules/process/index.js
blob: 8d8ed7df45bb87f0acbfde8c1bf04755149505cf (plain)
1
2
// for now just expose the builtin process global from node.js
module.exports = global.process;