Files
2026-01-09 14:52:46 +00:00

6 lines
82 B
TypeScript

export namespace proc {
export {cwd}
}
declare function cwd(): string
export {}