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) 140 B
export { default } from './TarIterator.js'; export { type TarCodedError, TarErrorCode } from './tar/errors.js'; export * from './types.js';