UNPKG
tar
Version:
latest (7.5.2)
v3-legacy (3.2.3)
v4-legacy (4.4.19)
v5-legacy (5.0.11)
7.5.2
7.5.1
7.5.0
7.4.4
7.4.3
7.4.2
7.4.1
7.4.0
7.3.0
7.2.0
7.1.0
7.0.1
7.0.0
6.2.1
6.2.0
6.1.15
6.1.14
6.1.13
6.1.12
6.1.11
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.2
5.0.1
5.0.0
4.4.19
4.4.18
4.4.17
4.4.16
4.4.15
4.4.14
4.4.13
4.4.12
4.4.11
4.4.10
4.4.9
4.4.8
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.2
4.4.1
4.4.0
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.2
4.1.1
4.1.0
4.0.2
4.0.1
4.0.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.15
3.1.14
3.1.13
3.1.12
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
0.0.1
tar for node
github.com/isaacs/node-tar
isaacs/node-tar
tar
/
dist
/
esm
/
symlink-error.d.ts
9 lines
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
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