hunspell-reader
Version:
A library for reading Hunspell Dictionary Files
6 lines • 505 B
TypeScript
export type { AffInfo, AffWord } from './affDef.js';
export { parseAff, parseAffFile as readAffFile } from './affReader.js';
export { createMatchingWordsFilter, type HunspellSrcData, IterableHunspellReaderLegacy as IterableHunspellReader, IterableHunspellReaderLegacy, type WordInfo, } from './IterableHunspellReaderLegacy.js';
export { IterableHunspellReaderLegacy as HunspellReader } from './IterableHunspellReaderLegacy.js';
export { uniqueFilter } from './util.js';
//# sourceMappingURL=index.d.ts.map