Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/globs/checkFilenameMatchesGlob.d.ts
import type { Glob } from '@cspell/cspell-types';
/**
* @param filename - filename
* @param globs - globs
* @returns true if it matches
*/
export declare function checkFilenameMatchesExcludeGlob(filename: string, globs: Glob | Glob[]): boolean;
//# sourceMappingURL=checkFilenameMatchesGlob.d.ts.map