Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/main
/
.
/
lib
/
process.js
blob: aea7351ba4fd5b201b14d2666b138d0af44731cf [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
// Re-export process as a built-in module
module
.
exports
=
process
;