From 5c18eec588da990daec03c20adb25224ccafb057 Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Mon, 3 Jul 2017 09:55:50 -0500 Subject: [PATCH] defer to the implementation of that we inherit from instead of our own definition --- types/archiver/index.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/types/archiver/index.d.ts b/types/archiver/index.d.ts index 1ceffb18f9..0dc91ec554 100644 --- a/types/archiver/index.d.ts +++ b/types/archiver/index.d.ts @@ -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;