UNPKG

fast-extract

Version:

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

8 lines (7 loc) 239 B
export default class DestinationRemove extends Transform { constructor(dest: any, options: any); dest: any; _transform(chunk: any, encoding: any, callback: any): any; removed: boolean; } import { Transform } from 'stream';