import { fixedStartDigits } from "https://deno.land/x/dtils@2.6.0/mod.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.6.0/mod.ts";
Sets the amount of zeros before a number. If digits
is null
, there will be no extra digits in front of the number