1.0.1 • Published 4 years ago

number-format-parse v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

Intl.NumberFormatParse

Intl.NumberFormat with parse() and other useful features.

Installation and usage

npm i number-format-parse

import NumberFormatParse from 'number-format-parse';

Examples

There's a CodeSandbox here: https://codesandbox.io/s/parse-numbers-from-user-input-money-example-bmd1l

Motivation and Credits

This code is basically an enhanced version of the one from the post Localized Number Parsing.