Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/test_nino/src/internal/utils.ts>toFixedDigitString

The fastest UK National Insurance number generator (NINO).
Go to Latest
variable toFixedDigitString
import { toFixedDigitString } from "https://deno.land/x/test_nino@v1.1.7/src/internal/utils.ts";

type

(num: number, minLength: number) => string