mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
[send] fix for typescript 2.4.1
This commit is contained in:
Vendored
+1
-1
@@ -197,7 +197,7 @@ declare namespace send {
|
||||
/**
|
||||
* Pipe to `res`.
|
||||
*/
|
||||
pipe(res: stream.Writable): stream.Writable;
|
||||
pipe<T extends NodeJS.WritableStream>(res: T): T;
|
||||
|
||||
/**
|
||||
* Transfer `path`.
|
||||
|
||||
Reference in New Issue
Block a user