mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
fix(node): process.stdout JSDoc typo (#45438)
This commit is contained in:
parent
a974df8111
commit
fc2ff3d19f
4
types/node/globals.d.ts
vendored
4
types/node/globals.d.ts
vendored
@ -768,11 +768,11 @@ declare namespace NodeJS {
|
||||
|
||||
interface Process extends EventEmitter {
|
||||
/**
|
||||
* Can also be a tty.WriteStream, not typed due to limitation.s
|
||||
* Can also be a tty.WriteStream, not typed due to limitations.
|
||||
*/
|
||||
stdout: WriteStream;
|
||||
/**
|
||||
* Can also be a tty.WriteStream, not typed due to limitation.s
|
||||
* Can also be a tty.WriteStream, not typed due to limitations.
|
||||
*/
|
||||
stderr: WriteStream;
|
||||
stdin: ReadStream;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user