mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
node.d.ts: child_process#send() 2nd argument is optional
This commit is contained in:
2
node/node.d.ts
vendored
2
node/node.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user