ICT30016-Assignment-3/node_modules/tar/dist/esm/cwd-error.d.ts
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

8 lines
No EOL
214 B
TypeScript

export declare class CwdError extends Error {
path: string;
code: string;
syscall: 'chdir';
constructor(path: string, code: string);
get name(): string;
}
//# sourceMappingURL=cwd-error.d.ts.map