UNPKG

@hopeio/utils

Version:
7 lines (6 loc) 150 B
export declare const Validator: { PhoneReg: RegExp; phone(input: string): boolean; EmailReg: RegExp; mail(input: string): boolean; };