UNPKG

utils-lazy-hook

Version:
4 lines (3 loc) 114 B
export declare const useEmailRegex: (regex?: RegExp | undefined) => { isEmail: (email: string) => boolean; };