schema-components - v3.7.0
    Preparing search index...

    Function ariaLabel

    • Narrow meta.description (typed unknown) to a string value safe to pass into an aria-label attribute. Returns undefined for non-string or empty-string descriptions so Svelte drops the attribute rather than stringifying e.g. {} to "[object Object]".

      Parameters

      • description: unknown

      Returns string | undefined