StderrProps
StderrProps =
object
Properties
Property | Modifier | Type | Description |
---|---|---|---|
|
|
Stderr stream passed to | |
|
( |
Write any string to stderr, while preserving Ink's output.
It's useful when you want to display some external information outside of Ink's rendering and ensure there's no conflict between the two.
It's similar to |