workano-js-sdk
Version:
Workano Communications SDK - A modern JavaScript SDK for WebRTC and VoIP integration.
7 lines • 686 B
TypeScript
import { CountryCode } from 'libphonenumber-js';
declare const guessParsePhoneNumber: (number: string, defaultCountry?: CountryCode, guessingCountries?: CountryCode[]) => import("libphonenumber-js").PhoneNumber | undefined;
declare const getDisplayableNumber: (rawNumber: string, country: CountryCode, asYouType?: boolean, guessingCountries?: CountryCode[] | undefined) => string;
declare const parsePhoneNumber: (phoneNumber: string) => string;
declare const getCallableNumber: (number: string, country?: CountryCode) => string;
export { parsePhoneNumber, getDisplayableNumber, guessParsePhoneNumber, getCallableNumber, type CountryCode };
//# sourceMappingURL=PhoneNumberUtil.d.ts.map