UNPKG

hunspell-reader

Version:
6 lines 505 B
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