Class for building strings that will only concatenate them upon calling toString().

Hierarchy

  • default

Implements

Constructors

Properties

#indentationLevel: number
#invalidateLastValue: boolean
#lastValue: Undefinable<string>
#strings: {
    indent: number;
    value: string;
}[]

Type declaration

  • indent: number
  • value: string
indentationString: string = "\t"

Methods

Generated using TypeDoc