better-dni
Version:
The fastest Spanish DNI (NIE / NIF) validation out there.
10 lines (9 loc) • 363 B
TypeScript
export { ctrlChar } from "./ctrlChar";
export { isNIE } from "./isNIE";
export { isNIF } from "./isNIF";
export { isValid } from "./isValid";
export { normalize } from "./normalize";
export { randomNIE } from "./randomNIE";
export { randomNIEWith } from "./randomNIEWith";
export { randomNIF } from "./randomNIF";
export { randomNIFWith } from "./randomNIFWith";