Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/tar/dist/commonjs/cwd-error.d.ts
T
2025-09-18 19:01:22 +07:00

8 lines
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