<!-- 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 percentages toPercentage(.9823) => 98.23% toPercentage(1.5, { separator: " " }) => 150% toPercentage(-.5, { symbol: " percent" }) => -50 percent
Turns numbers into percentages
toPercentage(.9823) => 98.23%
toPercentage(1.5, { separator: " " }) => 150%
toPercentage(-.5, { symbol: " percent" }) => -50 percent