📄️ numberFormatter
A completely customizable number formatter that can be used to build any scenario that requires the underlying value to be a plain number.
📄️ intlNumberFormatter
A thin wrapper around numberFormatter that uses locales to deduce the formatting.
📄️ percentFormatter
A thin wrapper around numberFormatter that uses locales to deduce the formatting.
📄️ currencyFormatter
A thin wrapper around numberFormatter that uses locales to deduce the formatting.
📄️ maskFormatter
A simple formatter that handles use cases where the value should be formatted according to a mask.
📄️ creditCardFormatter
A formatter for credit card numbers. It formats the input based on the issuer of the card according to this table.