UNPKG

@marketto/codice-fiscale-utils

Version:

TS & JS utilities to handle Italian Codice Fiscale

16 lines (14 loc) 147 B
type CodiceFiscaleMonth = | "A" | "B" | "C" | "D" | "E" | "H" | "L" | "M" | "P" | "R" | "S" | "T"; export default CodiceFiscaleMonth;