仲裁视频会议H5

partial.d.ts 127B

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