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'; Copy
import { toSafeHtml, toSafeXml, cacheBustUrl } from '../shared/index.js';import type { SafeHtmlString, PageMeta, CacheBustConfig } from '../shared/index.js';
Description
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: