UNPKG

@cranberry-money/shared-utils

Version:

Shared utility functions for Blueberry platform

8 lines 294 B
interface CountryInfo { phoneCode: string; code?: string; } export declare function formatPhoneForDisplay(phoneNumber: string, country?: CountryInfo): string; export declare function cleanPhoneNumber(phoneNumber: string): string; export {}; //# sourceMappingURL=phoneFormatting.d.ts.map