Skip to content

Instantly share code, notes, and snippets.

@serifcolakel
Created February 21, 2022 19:56
Show Gist options
  • Save serifcolakel/712e0abb393c6e0a29eb6ae93939e7a5 to your computer and use it in GitHub Desktop.
Save serifcolakel/712e0abb393c6e0a29eb6ae93939e7a5 to your computer and use it in GitHub Desktop.
export 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