mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #17708 from baronfel/archiver_pipes
[archiver] defer to Readable.pipe instead of our own pipe
This commit is contained in:
Vendored
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user