Skip to main content
variable toDecimalMark
import { toDecimalMark } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Converts a number to a decimal mark formatted string.

Use Number.prototype.toLocaleString() to convert the numbre to decimal mark format.

type

(num: number) => unknown