UNPKG

hunspell-reader

Version:
6 lines 410 B
export type { AffInfo, AffWord } from './affDef'; export { parseAff, parseAffFile as readAffFile } from './affReader'; export { createMatchingWordsFilter, type HunspellSrcData, IterableHunspellReader, type WordInfo, } from './IterableHunspellReader'; export { IterableHunspellReader as HunspellReader } from './IterableHunspellReader'; export { uniqueFilter } from './util'; //# sourceMappingURL=index.d.ts.map