UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

3 lines 287 B
export type { CheckTextInfo, IncludeExcludeOptions, TextInfoItem, ValidateTextOptions, ValidationIssue, } from './textValidation/index.js'; export { checkText, checkTextDocument, IncludeExcludeFlag, validateText } from './textValidation/index.js'; //# sourceMappingURL=validator.d.ts.map