mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
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:
2
node/index.d.ts
vendored
2
node/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user