GeoLeaf Core API - v3.0.0
    Preparing search index...
    • Escapes v for insertion as HTML text, delegating to GeoLeaf.Security.escapeHtml when present, else a local fallback. v is coerced to a string first, so non-string inputs are handled safely.

      Parameters

      • v: unknown

        Arbitrary value to escape.

      Returns string

      The HTML-escaped string.