UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

7 lines (6 loc) 192 B
/** * Helper function that checks if string is an email and it is valid * @param str * @returns boolean true if valid email */ export declare const isValidEmail: (str: string) => boolean;