UNPKG

fast-extract

Version:

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

3 lines (2 loc) 179 B
import type { OptionsInternal, Pipeline } from '../../types.ts'; export default function create7zPipeline(_dest: string, _streams: Pipeline, _options: OptionsInternal): Pipeline;