Files
codtracker-js/node_modules/fast-glob/out/providers/matchers/partial.d.ts
2025-04-02 06:50:39 -04:00

5 lines
125 B
TypeScript

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