UNPKG

fast-extract

Version:

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

3 lines (2 loc) 151 B
import type { OptionsInternal, Pipeline } from './types.js'; export default function createPipeline(dest: string, options: OptionsInternal): Pipeline;