@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable string_fromCodePointConst

    string_fromCodePoint: (...codePoints: number[]) => string = ...

    alias for String.fromCodePoint

    Type declaration

      • (...codePoints: number[]): string
      • 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