mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
Add openStdin() (#16378)
This commit is contained in:
committed by
Andy
parent
86f8d59e5a
commit
423676a9f8
1
types/node/index.d.ts
vendored
1
types/node/index.d.ts
vendored
@@ -370,6 +370,7 @@ declare namespace NodeJS {
|
||||
stdout: Socket;
|
||||
stderr: Socket;
|
||||
stdin: Socket;
|
||||
openStdin(): Socket;
|
||||
argv: string[];
|
||||
argv0: string;
|
||||
execArgv: string[];
|
||||
|
||||
Reference in New Issue
Block a user