UNPKG

hunspell-reader

Version:
6 lines 377 B
import type { AffTransformFlags, AffWordFlags } from './affDef.js'; import type { Mapping } from './types.js'; export declare const affFlag: Mapping<AffTransformFlags, AffWordFlags>; export declare const flagToStringMap: Record<string, string | undefined>; export declare const flagToLongStringMap: Record<string, string | undefined>; //# sourceMappingURL=affConstants.d.ts.map