Class MessageBuilder

A builder class for creating messages with ANSI escape codes

Hierarchy

  • MessageBuilder

Constructors

Properties

_message: string = ""

Methods

  • Get the message as a string with all ANSI escape sequences. Can be used to add to other Builder instances or to print to the console.

    Returns

    The message as a string

    Returns string

Generated using TypeDoc