is-match.d.ts 81 B

12
  1. declare function isMatch(obj: any, attrs: any): boolean;
  2. export default isMatch;