UNPKG

degachejs

Version:

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

9 lines (8 loc) 337 B
import type { CurrencyFormatOptions } from "../types"; /** * Formats a monetary amount in Tunisian Dinar * @param amount - The amount to format * @param options - Formatting options * @returns formatted amount with currency symbol */ export declare const formatCurrency: (amount: number, options?: CurrencyFormatOptions) => string;