Security update for permissions_by_term
[yaffs-website] / node_modules / process / index.js
1 // for now just expose the builtin process global from node.js
2 module.exports = global.process;