Package version:

Variable StringIndexType

StringIndexType: {
    UnicodeCodePoint: "unicodeCodePoint";
    Utf16CodeUnit: "utf16CodeUnit";
}

Supported values of StringIndexType.

Type declaration

  • Readonly UnicodeCodePoint: "unicodeCodePoint"

    Unicode code points

  • Readonly Utf16CodeUnit: "utf16CodeUnit"

    UTF-16 code units

Generated using TypeDoc