humanize 0.2.1 humanize: ^0.2.1 copied to clipboard
A package for translating numbers and dates into a human readable format.
[0.2.1] - 21 February 2020. #
- appropriate file
[0.2.0] - 13 February 2020. #
-
Add MIT Licence
-
Documentation on README.md file
[0.1.0] - 13 February 2020. #
-
ordinal
- Convert an integer to its ordinal as a string. 1 is '1st', 2 is '2nd', 3 is '3rd', etc. works for any integer.
-
appNumber
- For numbers 1-9, return the number spelled out. Otherwise, return the number.