UNPKG

@scayle/storefront-core

Version:

Collection of essential utilities to work with the Storefront API

7 lines (6 loc) 195 B
export const getDefaultFractionDigits = (locale, currency) => { return new Intl.NumberFormat(locale, { style: "currency", currency }).resolvedOptions().maximumFractionDigits ?? 2; };