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/validator.d.ts
import type { CSpellUserSettings } from '@cspell/cspell-types';
import type { ValidationIssue } from '../Models/ValidationIssue.js';
import type { ValidateTextOptions } from './ValidateTextOptions.js';
export declare const diagSource = "cSpell Checker";
/**
* @deprecated
* @deprecationMessage Use spellCheckDocument
*/
export declare function validateText(text: string, settings: CSpellUserSettings, options?: ValidateTextOptions): Promise<ValidationIssue[]>;
//# sourceMappingURL=validator.d.ts.map