mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
node: add 'stdio' to ForkOptions
Documentation: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options See `stdio` in `options` parameter.
This commit is contained in:
1
types/node/index.d.ts
vendored
1
types/node/index.d.ts
vendored
@@ -1744,6 +1744,7 @@ declare module "child_process" {
|
||||
execPath?: string;
|
||||
execArgv?: string[];
|
||||
silent?: boolean;
|
||||
stdio?: any[];
|
||||
uid?: number;
|
||||
gid?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user