Skip to content

Instantly share code, notes, and snippets.

@vasylpb
Created March 27, 2019 07:29
Show Gist options
  • Save vasylpb/186735e2cf253fe2073e42f75650de0c to your computer and use it in GitHub Desktop.
Save vasylpb/186735e2cf253fe2073e42f75650de0c to your computer and use it in GitHub Desktop.
const significantDigits = (value = 0) =>
new Intl.NumberFormat(formats.LOCALES, { minimumSignificantDigits: 3, maximumSignificantDigits: 4 }).format(value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment