UNPKG

tar-async

Version:

Asynchronous tar and untar

9 lines (6 loc) 158 B
(function () { 'use strict'; module.exports = require('./tar'); module.exports.Tar = require('./tar'); module.exports.Untar = require('./untar'); }());