Skip to main content
Module

x/test_nino/normalise.ts>normalise

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

Normalises NINOs which have formatting in them e.g. AA 00 00 00 A will be returned as AA000000A

type

(nino: string) => string