astro-ghostcms/.pnpm-store/v3/files/ee/fd33bc604147a3fc5e858d0b566...

9 lines
226 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +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 '/'
}