Function isSurrogatePair

  • Determines whether two characters make a surrogate pair.

    Parameters

    • highSurrogate: number

      The code point for the high surrogate character.

    • lowSurrogate: number

      The code point for the low surrogate character.

    Returns boolean

    1.0.0