mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Made all arguments optional
This commit is contained in:
Vendored
+1
-1
@@ -8,7 +8,7 @@
|
||||
declare module "through" {
|
||||
import Stream = require("stream");
|
||||
|
||||
function through(write: (data) => void,
|
||||
function through(write?: (data) => void,
|
||||
end?: () => void,
|
||||
opts?: {
|
||||
autoDestroy: boolean;
|
||||
|
||||
Reference in New Issue
Block a user