Files

9 lines
229 B
JavaScript
Raw Permalink Normal View History

2025-07-26 16:40:29 +08:00
// Somewhat based on:
// <https://github.com/defunctzombie/node-process/blob/master/browser.js>.
// But I dont think one tiny line of code can be copyrighted. 😅
export const minproc = {cwd}
function cwd() {
return '/'
}