Skip to content

Instantly share code, notes, and snippets.

View Compositr's full-sized avatar

Compositr

View GitHub Profile
@brybrophy
brybrophy / CountryCode.enum.ts
Last active October 13, 2021 03:49
Typescript enum of 2 letter country codes.
/*
For an enum of country codes to countries,
See https://gist.github.com/evolkmann/740d24889c509c08484a8ff72af5dd64
*/
/*
For an enum of countries to country codes,
See https://gist.github.com/kyranjamie/646386d5edc174e8b549111572897f81
*/