Home > @rushstack/terminal > IAnsiEscapeConvertForTestsOptions > encodeNewlines
IAnsiEscapeConvertForTestsOptions.encodeNewlines property
If true then \n will be replaced by [n], and \r will be replaced by [r].
Signature:
encodeNewlines?: boolean;