|
|
@@ -2,6 +2,7 @@ export declare class ContactAddress {
|
|
|
static fromPrefixedString(prefixed: string): ContactAddress;
|
|
|
static parsePhoneNumber(search: string): string | undefined;
|
|
|
static isValidPhoneNumber(search: string): boolean;
|
|
|
+ static isValidEmailAddress(search: string): boolean;
|
|
|
static parseEmail(search: string): string | undefined;
|
|
|
static formatPhoneNumber(phoneNumber: string): string;
|
|
|
type: string;
|