partial.d.ts 131 B

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