<!-- Please provide as much detailed information about your request as you can, specifically: - The use case it helps solve and goal of the new feature - Example code for how you would use or interact with the feature - The expected behavior, in as much details as you can provide - Do you want to work on this feature yourself? Do you need help opening the PR? Or are you asking for others to work on the PR? --> Turns numbers into ordinals like 1 => 1st and so toOrdinal(1) => 1st toOrdinal(1, { pretty: true }) => 1ˢᵗ
Turns numbers into ordinals like 1 => 1st and so
toOrdinal(1) => 1st
toOrdinal(1, { pretty: true }) => 1ˢᵗ