mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08:00
[send] fix for typescript 2.4.1
This commit is contained in:
2
types/send/index.d.ts
vendored
2
types/send/index.d.ts
vendored
@@ -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