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