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

3 lines (2 loc) 72 B
export { default } from './TarIterator.js'; export * from './types.js';