Home > @rushstack/terminal > ITextRewriterTransformOptions > textRewriters
ITextRewriterTransformOptions.textRewriters property
A list of rewriters to be applied. More items may be appended to the list, for example if ITextRewriterTransformOptions.removeColors is specified.
Signature:
textRewriters?: TextRewriter[];
Remarks
The final list must contain at least one item.