Fix for issue 14997 in DefinitelyTyped

Making this via proposed change, not forked repo, like I did with PR #15044. That one fails ci.
This commit is contained in:
3n-mb
2017-03-07 18:34:05 -05:00
committed by GitHub
parent 182ef21975
commit fec2c4d121

2
node/index.d.ts vendored
View File

@@ -1903,7 +1903,7 @@ declare module "net" {
bufferSize: number;
setEncoding(encoding?: string): this;
write(data: any, encoding?: string, callback?: Function): void;
destroy(): void;
destroy(err?: any): void;
pause(): this;
resume(): this;
setTimeout(timeout: number, callback?: Function): void;