mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Optional option keepOpen of child_process#MessageOptions.
This commit is contained in:
Vendored
+1
-1
@@ -1843,7 +1843,7 @@ declare module "child_process" {
|
||||
}
|
||||
|
||||
export interface MessageOptions {
|
||||
keepOpen: boolean;
|
||||
keepOpen?: boolean;
|
||||
}
|
||||
|
||||
export interface SpawnOptions {
|
||||
|
||||
Reference in New Issue
Block a user