UNPKG

178 BTypeScriptView Raw
1/**
2 * Created by ahsanayaz on 08/11/2016.
3 */
4export declare class ReTree {
5 constructor();
6 test(str: string, regex: any): any;
7 exec(str: string, regex: any): any;
8}