Pilates
    Preparing search index...

    Function graphemes

    • Iterate grapheme clusters in s. Each yielded value is an object with the cluster string, its starting JS code-unit index, and the array of code points it contains. The code points are useful for downstream width calculations.

      Parameters

      • s: string

      Returns Generator<Grapheme>