UNPKG

123 BTypeScriptView Raw
1/**
2 * Checks for email format (foo@bar.com)
3 */
4export declare function IsEmail(target: any, propertyName: string): void;