Urara-Blog/node_modules/.pnpm-store/v3/files/ee/fd33bc604147a3fc5e858d0b56637800977dacae4cf2b00508ed3d468b6fb81bd9273d769f8dba55c1df01a5693f296ba0dcc87d500918cc229a813c37e47b
2022-08-14 01:14:53 +08:00

8 lines
226 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 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 '/'
}