UNPKG

@surveycake/utils

Version:

SurveyCake Javascript Utils

8 lines (7 loc) 137 B
/** * @module validator */ /** * validate a string is email or not. */ export declare function isEmail(arg: string): boolean;