hunspell-reader
Version:
A library for reading Hunspell Dictionary Files
6 lines • 410 B
TypeScript
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