Files
Ceras/themes/ceras/node_modules/process/index.js
T
2023-07-12 16:31:19 +01:00

3 lines
96 B
JavaScript
Executable File

// for now just expose the builtin process global from node.js
module.exports = global.process;