Searched refs:countryCode (Results 1 – 1 of 1) sorted by relevance
98 …function formatPhoneNumberToE164(phoneNumber: string, countryCode: string, callback: AsyncCallback…99 function formatPhoneNumberToE164(phoneNumber: string, countryCode: string): Promise<string>;334 countryCode?: string; property