f1rq.ovh/node_modules/tar/dist/commonjs/symlink-error.d.ts
2025-03-24 22:56:10 +01: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