Properties
Private #indentationLevel
#indentationLevel: number
Private #invalidateLastValue
#invalidateLastValue: boolean
Private Readonly #strings
#strings: {
indent: number;
value: string;
}[]
Type declaration
indent: number
value: string
indentationString
indentationString: string = "\t"
Class for building strings that will only concatenate them upon calling toString().