File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/give/src/DonationForms/resources/app/utilities/amountFormatter.ts
Back
export interface AmountFormatter { currency: string, options?: Intl.NumberFormatOptions } /** * @since 3.0.0 */ export default function amountFormatter(currency: Intl.NumberFormatOptions['currency'], options?: Intl.NumberFormatOptions): Intl.NumberFormat { return new Intl.NumberFormat(navigator.language, { style: 'currency', currency: currency, ...options }); }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings