Blame view

node_modules/process/index.js 96 Bytes
aaac7fed   liuqimichale   add
1
2
  // for now just expose the builtin process global from node.js
  module.exports = global.process;