Repository URL to install this package:
|
Version:
1.1.6 ▾
|
declare function formatPhoneNumber(phoneNumber: string | number): string;
declare function removePhoneNumberFormatting(phoneNumber: number | string): string | number;
export { formatPhoneNumber, removePhoneNumberFormatting };