• Receives zero or more integers. Returns a string with length equal to the number of arguments, in which each character has the internal numeric code equal to its corresponding argument.

    Numeric codes are not necessarily portable across platforms.

    Parameters

    • Rest ...args: number[]
      Rest

    Returns string

Generated using TypeDoc