mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-20 04:54:06 +01:00
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
export namespace proc {
|
|
export {cwd}
|
|
}
|
|
declare function cwd(): string
|
|
export {}
|