mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add coffeeify
This commit is contained in:
Vendored
+2
-2
@@ -8,7 +8,7 @@
|
||||
declare module "through" {
|
||||
import stream = require("stream");
|
||||
|
||||
function through(write?: (data) => void,
|
||||
function through(write?: (data: any) => void,
|
||||
end?: () => void,
|
||||
opts?: {
|
||||
autoDestroy: boolean;
|
||||
@@ -21,4 +21,4 @@ declare module "through" {
|
||||
}
|
||||
|
||||
export = through;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user