@neutrium/formatter - v1.0.1
    Preparing search index...

    Interface FormatToken

    Semantic fragment of formatted output.

    Consumers can style or inspect tokens without parsing the final localized text.

    interface FormatToken {
        type: FormatTokenType;
        value: string;
    }

    Hierarchy (View Summary)

    Index

    Semantic role of this fragment.

    value: string

    Rendered text for this fragment.