UNPKG

fast-extract

Version:

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

3 lines (2 loc) 177 B
import type { OptionsInternal, Pipeline } from '../../types.ts'; export default function createTarPipeline(dest: string, streams: Pipeline, options: OptionsInternal): Pipeline;