elearning/Frontend-Learner/node_modules/tar/dist/commonjs/symlink-error.d.ts

9 lines
261 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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