Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/terminal > IStringBufferOutputOptions

IStringBufferOutputOptions interface

This API is provided as a beta 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

Property

Modifiers

Type

Description

normalizeSpecialCharacters?

boolean

(BETA) (Optional) 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