UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 282 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class Matcher extends Base { static $t: Type; protected c: RegExp; constructor(a: string); b(a: string): boolean; static a(a: string): boolean; static d(a: string): string; }