Created
October 17, 2017 14:36
-
-
Save sethdavis512/0048e1bb29402fc1ffd71e513e509922 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const formatter = new Intl.NumberFormat('en-US', { | |
style: 'currency', | |
currency: 'USD', | |
minimumFractionDigits: 2, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment