aimpress-chatbot/node_modules/process/index.js
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

2 lines
96 B
JavaScript

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