cspell-glob
Version:
Glob matcher for cspell
4 lines • 337 B
TypeScript
export { fileOrGlobToGlob, isGlobPatternNormalized, isGlobPatternWithOptionalRoot, isGlobPatternWithRoot, normalizeGlobPatterns, NormalizeOptions, workaroundPicomatchBug, } from './globHelper.js';
export { GlobMatcher, GlobMatchOptions } from './GlobMatcher.js';
export * from './GlobMatcherTypes.js';
//# sourceMappingURL=index.d.ts.map