2022-10-07 15:20:21 +09:00

5 lines
131 B
TypeScript

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