site/node_modules/vfile/lib/minproc.browser.js

9 lines
226 B
JavaScript
Raw Normal View History

2024-10-14 06:09:33 +00: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 proc = {cwd}
function cwd() {
return '/'
}