matcher.d.ts 106 B

12345
  1. import types = require('./types');
  2. declare function matcher(attrs: any): types.AnyFn;
  3. export = matcher;