Skip to main content
Module

x/numwizard/test.ts

A bunch of functions to convert numbers into strings of required format.
Latest
File
import * as wizard from "./mod.ts";
console.log(wizard.AddComma(9904213, "in"))
console.log(wizard.RemoveRecurring(453857349734756))
console.log(wizard.Rearrange(324345))
console.log(wizard.InWords(1214343484229417, true))