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