Skip to content

Instantly share code, notes, and snippets.

@abelsouzacosta
Created July 20, 2022 20:38
Show Gist options
  • Save abelsouzacosta/4971f6ceb34f0afd0b8b54ad1cc92d4b to your computer and use it in GitHub Desktop.
Save abelsouzacosta/4971f6ceb34f0afd0b8b54ad1cc92d4b to your computer and use it in GitHub Desktop.
Gist containing the federative units of Brazil in typescript
export enum FederativeUnitsEnum {
AC = 'Acre',
AL = 'Alagoas',
AP = 'Amapá',
AM = 'Amazonas',
BA = 'Bahia',
CE = 'Ceará',
DF = 'Distrito Federal',
ES = 'Espírito Santo',
GO = 'Goiás',
MA = 'Maranhão',
MT = 'Mato Grosso',
MS = 'Mato Grosso do Sul',
MG = 'Minas Gerais',
PA = 'Pará',
PB = 'Paraíba',
PR = 'Paraná',
PE = 'Pernambuco',
PI = 'Piauí',
RJ = 'Rio de Janeiro',
RN = 'Rio Grande do Norte',
RS = 'Rio Grande do Sul',
RO = 'Rondônia',
RR = 'Roraima',
SC = 'Santa Catarina',
SP = 'São Paulo',
SE = 'Sergipe',
TO = 'Tocantins',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment