UNPKG

fast-extract

Version:

Extract contents from various archive types (tar, tar.bz2, tar.gz, tar.xz, tgz, zip)

4 lines (3 loc) 181 B
import type { Transform } from 'stream'; import type { OptionsInternal } from '../../types.ts'; export default function DataProgressTransform(options?: OptionsInternal): Transform;