6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
import types = require('./types');
|
|
|
|
declare function matcher(attrs: any): types.AnyFn;
|
|
|
|
export = matcher;
|