Pilates
    Preparing search index...

    Interface Grapheme

    interface Grapheme {
        codepoints: number[];
        start: number;
        text: string;
    }
    Index

    Properties

    Properties

    codepoints: number[]

    Code points in the cluster, in order.

    start: number

    Starting JS code-unit index in the source string.

    text: string

    The substring of the cluster, as originally encoded.