Skip to main content
Module

x/numwizard/src/mod.ts

A bunch of functions to convert numbers into strings of required format.
Latest
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.