@fenil265/fundly-payment-sdk
Version:
Fundly Payment SDK for seamless integration with Fundly Pay systems.
7 lines • 305 B
TypeScript
/**
* Format a number as Indian currency with 2 decimal places
* @param value - The number to format
* @returns Formatted string with Indian locale and 2 decimal places
*/
export declare function formatCurrency(value: number | string | null | undefined): string;
//# sourceMappingURL=currency.d.ts.map