text-processing-utils/src/cache/index.ts

3 lines
130 B
TypeScript
Raw Permalink Normal View History

2026-01-21 11:37:27 -08:00
export { RegexCache } from './regex-cache.js';
export { LRUCache, LRUCache as LruCache } from '../spellcheck/utils/lru-cache.js';