@lion/localize
Version:
The localization system helps to manage localization data split into locales and automate its loading
9 lines (8 loc) • 573 B
TypeScript
/**
* @typedef {import('../../../../types/LocalizeMixinTypes').FormatNumberPart} FormatNumberPart
* @param {FormatNumberPart[]} formattedParts
* @param {import('../../../../types/LocalizeMixinTypes').FormatNumberOptions} [options]
* @returns {FormatNumberPart[]}
*/
export function forceTryCurrencyCode(formattedParts: FormatNumberPart[], { currency, currencyDisplay }?: import("../../../../types/LocalizeMixinTypes").FormatNumberOptions | undefined): FormatNumberPart[];
export type FormatNumberPart = import("../../../../types/LocalizeMixinTypes").FormatNumberPart;