UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

9 lines 362 B
/** * @param filename - filename * @param globs - globs * @returns true if it matches * @deprecated true * @deprecationMessage No longer actively supported. Use package: `cspell-glob`. */ export { checkFilenameMatchesExcludeGlob as checkFilenameMatchesGlob } from '../globs/checkFilenameMatchesGlob.js'; //# sourceMappingURL=checkFilenameMatchesGlob.js.map