UNPKG

degachejs

Version:

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

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