Home > @rushstack/terminal > StdioWritable
StdioWritable class
A TerminalWritable subclass that writes its output directly to the process stdout
and stderr
streams.
Signature:
export declare class StdioWritable extends TerminalWritable
Extends: TerminalWritable
Remarks
This is the standard output target for a process. You normally do not need to construct this class; the StdioWritable.instance singleton can be used instead.
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
instance | static | StdioWritable |
Methods
Method | Modifiers | Description |
---|---|---|
onWriteChunk(chunk) | protected |