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

9 lines
261 B
TypeScript

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