UNPKG

@technobuddha/library

Version:
3 lines (2 loc) 132 B
export declare function matches(text: string, match: string | RegExp | Iterable<string | RegExp>): boolean; export default matches;