EU Parliament Monitor — API Documentation - v0.9.25
    Preparing search index...
    • Append a script-appropriate terminator to trimmed, shrinking the body first when maxLength would otherwise be exceeded. The trim preserves whole graphemes (Array.from) so CJK/RTL clusters are never cut mid-codepoint, and trailing dangling separators are scrubbed before stapling the terminator so we don't emit … —. artefacts.

      Parameters

      • trimmed: string

        Body without trailing whitespace

      • family: "rtl" | "latin" | "cjk"

        Script family (drives the terminator glyph)

      • maxLength: number | undefined

        Optional total grapheme budget the result must fit in

      • Optionallang: string

        Optional language code for Korean-specific handling

      Returns string

      Body + terminator, never longer than maxLength when given