Function string_fromCodePoint

alias for String.fromCodePoint

  • Return the String value whose elements are, in order, the elements in the List elements. If length is 0, the empty string is returned.

    Parameters

    • ...codePoints: number[]

    Returns string