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;
}