mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 04:38:15 +08: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 '/'
|
|||
|
}
|