UNPKG

fast-extract

Version:

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

4 lines (3 loc) 169 B
import type { Writable } from 'stream'; import type { Options } from './types.ts'; export default function createWriteStream(dest: string, options_: Options): Writable;