()
| 17 | * Get the current working directory |
| 18 | */ |
| 19 | export function pwd(): string { |
| 20 | return cwdOverrideStorage.getStore() ?? getCwdState() |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Get the current working directory or the original working directory if the current one is not available |
no test coverage detected