import * as numwizard from "https://deno.land/x/numwizard@v1.2.1/src/mod.ts";
Functions
Add commas to a number. | |
Add zeros to the beginning of a number till it reaches a certain digit count. | |
Parse a number into an english word string. | |
Rearrange digits in a number or characters in a string randomly. | |
Remove recurring digits in a number / characters in a string. |