UNPKG
gerador-estado-civil
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Gerador brasileiro de Estado Civil
bukinoshita/gerador-estado-civil
gerador-estado-civil
/
dist
/
types
/
estado-civil.enum.d.ts
8 lines
(7 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
enum
ESTADO_CIVIL { SOLTEIRO =
"Solteiro"
,
CASADO
=
"Casado"
, SEPARADO =
"Separado"
, DIVORCIADO =
"Divorciado"
, VIUVO =
"Vi\u00FAvo"
}