text-processing-utils/src/cache/index.ts
2026-01-21 11:37:27 -08:00

2 lines
130 B
TypeScript

export { RegexCache } from './regex-cache.js';
export { LRUCache, LRUCache as LruCache } from '../spellcheck/utils/lru-cache.js';