Skip to content

Instantly share code, notes, and snippets.

@movibe
Created July 22, 2020 13:13
Show Gist options
  • Save movibe/b5d50180cdcf1dd6fdfb18465ed8f3b2 to your computer and use it in GitHub Desktop.
Save movibe/b5d50180cdcf1dd6fdfb18465ed8f3b2 to your computer and use it in GitHub Desktop.
const formatValue = (value: number): string =>
Intl.NumberFormat('pt-BR',{
style: 'currency',
currency: 'BRL',
}).format(value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment