UNPKG
tar-async
Version:
latest (1.2.0)
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.3.0
0.2.5
0.2.0
0.1.0
Asynchronous tar and untar
beatgammit/tar-async
tar-async
/
index.js
9 lines
(6 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
(
function
(
) {
'use strict'
;
module
.
exports
=
require
(
'./tar'
);
module
.
exports
.
Tar
=
require
(
'./tar'
);
module
.
exports
.
Untar
=
require
(
'./untar'
); }());