Current section

Files

Jump to
spellweaver priv bun node_modules cspell-lib dist lib Settings checkFilenameMatchesGlob.js
Raw

priv/bun/node_modules/cspell-lib/dist/lib/Settings/checkFilenameMatchesGlob.js

/**
* @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