UNPKG

better-dni

Version:

The fastest Spanish DNI (NIE / NIF) validation out there.

5 lines (4 loc) 201 B
declare const _letter: (x: string) => string; declare const _randStrLimit: (limit: number) => string; declare const _randFloat: (seed: number) => number; export { _letter, _randStrLimit, _randFloat };