Hierarchy

  • TextInfo

Index

Constructors

Properties

Methods

Constructors

constructor

  • new TextInfo(listSeparator?: string): TextInfo
  • Parameters

    • Optional listSeparator: string

    Returns TextInfo

Properties

listSeparator

listSeparator: string = ";"

Methods

toTitleCase

  • toTitleCase(str: string): string
  • Parameters

    • str: string

    Returns string

Generated using TypeDoc