UNPKG

cnp-decoder

Version:

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

11 lines (10 loc) 269 B
import { getBirthDay } from "./getBirthDay"; import { getBirthMonth } from "./getBirthMonth"; import { getBirthYear } from "./getBirthYear"; import { validateCNP } from "./validateCNP"; export { getBirthDay, getBirthMonth, getBirthYear, validateCNP }