Current section

Files

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

priv/bun/node_modules/cspell-lib/dist/lib/Settings/checkFilenameMatchesGlob.d.ts

/**
* @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.d.ts.map