• Receives zero or more codepoints as integers, converts each one to its corresponding UTF-8 byte sequence and returns a string with the concatenation of all these sequences.

    Parameters

    • Rest ...codepoints: number[]

    Returns string