mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #5119 from rhysd/add-child_process-unref
Added unref() to child_process.ChildProcess in node.d.ts
This commit is contained in:
Vendored
+1
@@ -823,6 +823,7 @@ declare module "child_process" {
|
||||
kill(signal?: string): void;
|
||||
send(message: any, sendHandle?: any): void;
|
||||
disconnect(): void;
|
||||
unref(): void;
|
||||
}
|
||||
|
||||
export function spawn(command: string, args?: string[], options?: {
|
||||
|
||||
Reference in New Issue
Block a user