UNPKG

cnp-decoder

Version:

A function that decodes a romanian CNP and returns a object containing informations about the person it belongs to

9 lines (8 loc) 208 B
import { getGender } from "./getGender"; import { checkIfResident } from "./checkIfResident"; import { getBirthDate } from "./getBirthDate"; export { getGender, checkIfResident, getBirthDate, }