Няма описание

partial.d.ts 131B

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