UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

5 lines 301 B
export { checkText, checkTextDocument, IncludeExcludeFlag } from './checkText.js'; export { DocumentValidator, shouldCheckDocument } from './docValidator.js'; export { calcTextInclusionRanges } from './textValidator.js'; export { validateText } from './validator.js'; //# sourceMappingURL=index.js.map