Skip to content

Instantly share code, notes, and snippets.

View tim-rohrer's full-sized avatar

Tim Rohrer tim-rohrer

View GitHub Profile
@tim-rohrer
tim-rohrer / CurrencyCode.enum.ts
Last active March 22, 2022 16:45 — forked from Crownie/CurrencyCode.enum.ts
Currency Code enums for Typescript
export enum CurrencyCode {
USD = 'USD',
CAD = 'CAD',
EUR = 'EUR',
AED = 'AED',
AFN = 'AFN',
ALL = 'ALL',
AMD = 'AMD',
ARS = 'ARS',
AUD = 'AUD',