Add openStdin() (#16378)

This commit is contained in:
Matthias Lochbrunner
2017-06-01 17:31:05 +02:00
committed by Andy
parent 86f8d59e5a
commit 423676a9f8

View File

@@ -370,6 +370,7 @@ declare namespace NodeJS {
stdout: Socket;
stderr: Socket;
stdin: Socket;
openStdin(): Socket;
argv: string[];
argv0: string;
execArgv: string[];