Merge pull request #3737 from kanreisa/master

Fix some incorrect types of socket.io.d.ts / node.d.ts.
This commit is contained in:
Masahiro Wakame
2015-03-05 21:50:46 +09:00
2 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -609,7 +609,7 @@ declare module "child_process" {
stderr: stream.Readable;
pid: number;
kill(signal?: string): void;
send(message: any, sendHandle: any): void;
send(message: any, sendHandle?: any): void;
disconnect(): void;
}