summaryrefslogtreecommitdiffhomepage
path: root/src/lib/cache/index.ts
blob: 7ce52dc85dc12419a635eeb5a666d14bfca7a5c3 (plain)
1
2
export { imageCache } from './imageCache';
export type { CachedImage } from './imageCache';