UNPKG

@churchapps/apphelper

Version:

Library of helper functions for React and NextJS ChurchApps

8 lines 380 B
export declare class CurrencyHelper { static loadCurrency: () => Promise<any>; static formatCurrency(amount: number): string; static formatCurrencyWithLocale(amount: number, currency?: string, fractionDigits?: number): string; static getCurrencySymbol(currency?: string): any; private static getLocaleForCurrency; } //# sourceMappingURL=CurrencyHelper.d.ts.map