Current section

Files

Jump to
spellweaver priv bun node_modules cspell-lib dist lib textValidation isWordValid.d.ts
Raw

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