aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/tar/dist/esm/symlink-error.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tar/dist/esm/symlink-error.d.ts')
-rw-r--r--node_modules/tar/dist/esm/symlink-error.d.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/tar/dist/esm/symlink-error.d.ts b/node_modules/tar/dist/esm/symlink-error.d.ts
deleted file mode 100644
index 849b43d..0000000
--- a/node_modules/tar/dist/esm/symlink-error.d.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-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 \ No newline at end of file