Files
Gemini-Search/node_modules/fast-glob/out/providers/matchers/partial.d.ts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

5 lines
127 B
TypeScript

import Matcher from './matcher';
export default class PartialMatcher extends Matcher {
match(filepath: string): boolean;
}