Function charToString

  • charToString converts a character (a Unicode codepoint) to a string.

    Parameters

    • chr: Readonly<Char>

      A character that is Unicode codepoint

    Returns string

    The corresponding string

Generated using TypeDoc