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

x/test_nino/mod.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/mod.ts";

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

type

(nino: string) => string