mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-15 21:16:21 +00:00
9 lines
229 B
JavaScript
9 lines
229 B
JavaScript
|
|
// Somewhat based on:
|
|||
|
|
// <https://github.com/defunctzombie/node-process/blob/master/browser.js>.
|
|||
|
|
// But I don’t think one tiny line of code can be copyrighted. 😅
|
|||
|
|
export const minproc = {cwd}
|
|||
|
|
|
|||
|
|
function cwd() {
|
|||
|
|
return '/'
|
|||
|
|
}
|