Skip to content

Instantly share code, notes, and snippets.

View llauta05's full-sized avatar
🏠
Working from home

Lauta llauta05

🏠
Working from home
View GitHub Profile
@evolkmann
evolkmann / countries.enum.ts
Last active November 3, 2023 16:56
TypeScript Enum Country Codes ISO 3166
// Inspired by https://gist.github.com/kyranjamie/646386d5edc174e8b549111572897f81
// see https://gist.github.com/KingDarBoja/cf664cc395c4d95e645fd1f720c13746 for the three-letter-variant
export enum Country {
AF = 'Afghanistan',
AX = 'AlandIslands',
AL = 'Albania',
DZ = 'Algeria',
AS = 'American Samoa',
AD = 'Andorra',
AO = 'Angola',