Skip to main content
Module

x/numwizard/mod.ts>RemoveRecurring

A bunch of functions to convert numbers into strings of required format.
Latest
function RemoveRecurring
import { RemoveRecurring } from "https://deno.land/x/numwizard@v1.2.1/mod.ts";

Remove recurring digits in a number / characters in a string.

Parameters

n: number | string
  • Number / String to rearrange.

Returns

number | string