mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 21:34:06 -06:00
3 lines
96 B
JavaScript
3 lines
96 B
JavaScript
// for now just expose the builtin process global from node.js
|
|
module.exports = global.process;
|