isMatch.d.ts 74 B

123
  1. declare function isMatch(obj: any, src: any): boolean;
  2. export = isMatch;