UNPKG

hunspell-reader

Version:
4 lines 244 B
import type { DictionaryInformation } from '@cspell/cspell-types'; import type { AffInfo } from './affDef.js'; export declare function affToDicInfo(aff: AffInfo, locale: string): DictionaryInformation; //# sourceMappingURL=affToDicInfo.d.ts.map