jsmreese / moment-duration-format

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

Expose formatNumber function and Number#toLocaleString feature test #100

Open jsmreese opened 6 years ago

jsmreese commented 6 years ago

The formatNumber function and the Number#toLocaleString feature test could be useful outside of the context of formatting durations. Why not expose them?

This would facilitate testing of formatNumber as well.