UNPKG

ns2-front-module-common

Version:
10 lines (9 loc) 192 B
export declare class ValidationService { /** * Валидация email-адреса * * @param email * @returns {boolean} */ email(email: string): boolean; }