EU Parliament Monitor — API Documentation - v1.0.43
    Preparing search index...

    Module Generators/Shared

    Public re-exports for the shared generators bounded context. Provides branded types, escape utilities, and template helpers used by all HTML/XML/RSS generation sub-contexts.

    Consumers should import from this barrel:

    import { toSafeHtml, toSafeXml, cacheBustUrl } from '../shared/index.js';
    import type { SafeHtmlString, PageMeta, CacheBustConfig } from '../shared/index.js';
    toSafeHtml → toSafeHtml
    toSafeXml → toSafeXml
    toAbsoluteUrl → toAbsoluteUrl
    toRelativeFilePath → toRelativeFilePath
    cacheBustUrl → cacheBustUrl
    buildHtmlOpenTag → buildHtmlOpenTag
    buildMetaTag → buildMetaTag
    buildOgMetaTag → buildOgMetaTag
    getDirection → getDirection
    CacheBustConfig → CacheBustConfig
    PageMeta → PageMeta
    BaseJsonLd → BaseJsonLd
    MultiLanguageGeneratorOptions → MultiLanguageGeneratorOptions
    SafeHtmlString → SafeHtmlString
    SafeXmlString → SafeXmlString
    AbsoluteUrl → AbsoluteUrl
    RelativeFilePath → RelativeFilePath