cspell-glob
Version:
Glob matcher for cspell
4 lines • 317 B
text/typescript
export { fileOrGlobToGlob, isGlobPatternNormalized, isGlobPatternWithOptionalRoot, isGlobPatternWithRoot, normalizeGlobPatterns, NormalizeOptions, } from './globHelper.mjs';
export { GlobMatcher, GlobMatchOptions } from './GlobMatcher.mjs';
export * from './GlobMatcherTypes.mjs';
//# sourceMappingURL=index.d.mts.map