mimekit-ts - v1.0.0
    Preparing search index...

    Function isInternational

    • Check whether a string range contains non-ASCII characters.

      Parameters

      • value: string

        String to inspect.

      • startIndex: number = 0

        Starting character index.

      • count: number = ...

        Number of characters to inspect.

      Returns boolean

      true if the range contains a non-ASCII character.

      startIndex or count is not an integer.

      The requested range is outside value.