UNPKG

degachejs

Version:

A Tunisian utility library for working with CIN, phone numbers, addresses, and more

7 lines (6 loc) 278 B
/** * Formats a Tunisian phone number * @param phoneNumber - The phone number to format * @returns formatted phone number with country code and proper spacing, null phone number is not valid */ export declare const formatPhoneNumber: (phoneNumber: string) => string | null;