UNPKG

@humanspeak/svelte-markdown

Version:

Fast, customizable markdown renderer for Svelte with built-in caching, TypeScript support, 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';