UNPKG

tar-iterator

Version:

Extract contents from tar archive type using an iterator API using streams or paths. Use stream interface and pipe transforms to add decompression algorithms

4 lines (3 loc) 120 B
export { default } from './TarIterator.js'; export { TarErrorCode } from './tar/errors.js'; export * from './types.js';