7fife-backend/node_modules/process/index.js

3 lines
96 B
JavaScript
Raw Normal View History

2024-03-07 13:01:44 +00:00
// for now just expose the builtin process global from node.js
module.exports = global.process;