mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
6 lines
137 B
TypeScript
6 lines
137 B
TypeScript
export namespace minproc {
|
|
export { cwd };
|
|
}
|
|
declare function cwd(): string;
|
|
export {};
|
|
//# sourceMappingURL=minproc.browser.d.ts.map
|