Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/node-core-library > IStringBufferOutputOptions

IStringBufferOutputOptions interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Signature:

export interface IStringBufferOutputOptions 

Properties

PropertyModifiersTypeDescription
normalizeSpecialCharactersboolean

(BETA) If set to true, special characters like \n, \r, and the \u001b character in color control tokens will get normalized to [-n-], [-r-], and [-x-] respectively

This option defaults to true