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
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| normalizeSpecialCharacters | boolean | (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  |