mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 14:15:57 +08:00
Add property "connected" (#9391)
This commit is contained in:
1
node/node.d.ts
vendored
1
node/node.d.ts
vendored
@@ -1021,6 +1021,7 @@ declare module "child_process" {
|
||||
pid: number;
|
||||
kill(signal?: string): void;
|
||||
send(message: any, sendHandle?: any): void;
|
||||
connected: boolean;
|
||||
disconnect(): void;
|
||||
unref(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user