UNPKG

cspell-lib

Version:

A library of useful functions used across various cspell tools.

4 lines 235 B
import type { Glob } from '@cspell/cspell-types'; import { GlobMatcher } from 'cspell-glob'; export declare function getGlobMatcherForExcluding(glob: Glob | Glob[] | undefined): GlobMatcher; //# sourceMappingURL=getGlobMatcher.d.ts.map