AK-21/Graphite-Industrial-Intelligence
0
1// Somewhat based on:2// <https://github.com/defunctzombie/node-process/blob/master/browser.js>.3// But I don’t think one tiny line of code can be copyrighted. 😅4export const minproc = {cwd}5 6function cwd() {7 return '/'8}9 