StyleTextOptions interface
Properties
| stream | A stream that will be validated if it can be colored. |
| validate |
When true, |
Property Details
stream
A stream that will be validated if it can be colored.
stream?: WritableStream
Property Value
WritableStream
validateStream
When true, stream is checked to see if it can handle colors.
validateStream?: boolean
Property Value
boolean