import { fixedStartDigits } from "https://deno.land/x/dtils@2.0.0-beta.1/lib/number.ts";
Sets the amount of zeros before a number. If digits
is null
, there will be no extra digits in front of the number
import { fixedStartDigits } from "https://deno.land/x/dtils@2.0.0-beta.1/lib/number.ts";
Sets the amount of zeros before a number. If digits
is null
, there will be no extra digits in front of the number