UNPKG

degachejs

Version:

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

8 lines (7 loc) 268 B
/** * Formats a date according to Tunisian locale * @param date - The date to format * @param options - Intl.DateTimeFormat options * @returns formatted date string */ export declare const formatDate: (date: Date, options?: Intl.DateTimeFormatOptions) => string;