You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 lines
282 B

export declare const IDReg: RegExp;
export declare const phoneReg: RegExp;
export declare const mobileReg: RegExp;
export declare const telephoneReg: RegExp;
export declare let extendPhoneReg: RegExp;
export declare const registerReg: RegExp;
export declare const emailReg: RegExp;