• File: index.js
  • Full Path: /var/www/sandbox/node_modules/process/index.js
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 96 bytes
  • MIME-type: text/plain
  • Charset: utf-8
// for now just expose the builtin process global from node.js
module.exports = global.process;