@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
15 lines • 1.02 kB
JavaScript
export { NUMBER_CHARS, NUMBER_MINUS } from "./constants.js";
export { formatNumberCore, alignCurrencySymbol, prepareMinus, enhanceSR, formatToParts } from "./formatNumberCore.js";
export { formatDecimals, countDecimals, roundHalfEven } from "./decimals.js";
export { cleanNumber } from "./cleanNumber.js";
export { formatNumber } from "./formatNumber.js";
export { formatPercent } from "./formatPercent.js";
export { formatCurrency } from "./formatCurrency.js";
export { formatPhoneNumber } from "./formatPhoneNumber.js";
export { formatBankAccountNumber, formatBankAccountNumberByType } from "./formatBankAccountNumber.js";
export { formatNationalIdentityNumber } from "./formatNationalIdentityNumber.js";
export { formatOrganizationNumber } from "./formatOrganizationNumber.js";
export { getFallbackCurrencyDisplay } from "./currencyDisplay.js";
export { getDecimalSeparator, getThousandsSeparator, getCurrencySymbol } from "./separators.js";
export { runIOSSelectionFix } from "./iOS.js";
//# sourceMappingURL=index.js.map