Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/textValidation/isWordValid.d.ts
import type { TextOffsetRO } from './ValidationTypes.js';
interface Dict {
has(word: string): boolean;
}
declare function hasWordCheck(dict: Dict, word: string): boolean;
export declare function isWordValidWithEscapeRetry(dict: Dict, wo: TextOffsetRO, line: TextOffsetRO): boolean;
export declare const __testing__: {
hasWordCheck: typeof hasWordCheck;
};
export {};
//# sourceMappingURL=isWordValid.d.ts.map