Current section

Files

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

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