Current section

Files

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

priv/bun/node_modules/cspell-lib/dist/lib/globs/getGlobMatcher.d.ts

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