UNPKG

fast-extract

Version:

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

3 lines (2 loc) 113 B
import type { Transform } from 'stream'; export default function decompressorsByType(type: string): Transform[];