Skip to main content
Module

x/test_nino/incremental.ts>incremental

The fastest UK National Insurance number generator (NINO).
Latest
variable incremental
import { incremental } from "https://deno.land/x/test_nino@v2.0.0/incremental.ts";

Returns a generator instance to allow you to call next() to go through all valid ni numbers in sequence, starting at AA000000A up to ZY999999D

type

() => Generator<string>