Skip to content

Instantly share code, notes, and snippets.

View nnmax's full-sized avatar
🎯
Focusing

max nnmax

🎯
Focusing
  • Nanning, China
  • 09:10 (UTC +08:00)
View GitHub Profile
@Crownie
Crownie / CurrencyCode.enum.ts
Created March 7, 2020 08:14
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',