Merge pull request #17708 from baronfel/archiver_pipes

[archiver] defer to Readable.pipe instead of our own pipe
This commit is contained in:
Ron Buckton
2017-07-06 16:29:28 -07:00
committed by GitHub
-2
View File
@@ -44,8 +44,6 @@ declare namespace archiver {
glob(pattern: string, options?: glob.IOptions, data?: EntryData): this;
finalize(): this;
pipe(stream: stream.Writable): void;
setFormat(format: string): this;
setModule(module: Function): this;