UNPKG

@humanspeak/svelte-markdown

Version:

Markdown and HTML renderer for Svelte 5 — built for rendering streaming AI agent output from Claude Code, ChatGPT, and agentic workflows. XSS-safe defaults, streaming-aware sanitization, token caching, TypeScript types, and Svelte 5 runes.

6 lines (5 loc) 220 B
/** * Re-export MemoryCache from @humanspeak/memory-cache package. * This provides a generic in-memory cache implementation with TTL and size-based eviction. */ export { MemoryCache } from '@humanspeak/memory-cache';