cspell-lib
Version:
A library of useful functions used across various cspell tools.
8 lines • 303 B
TypeScript
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