jsmreese / moment-duration-format

Format function plugin for the Moment Duration object.
MIT License
968 stars 120 forks source link

formatNumber function should support Number#toLocaleString options #98

Open jsmreese opened 6 years ago

jsmreese commented 6 years ago

Version 2 of the formatNumber function accepts maximumSignificantDigits and fractionDigits.

It should use the same API as Number#toLocaleString: