• Returns text converted to a human-readable title. Converts CamelCase and snake_case, dotted.names into capitalized words separated by a single space.

    Parameters

    • text: string

      The text

    Returns string

Generated using TypeDoc