https://github.com/zag/dialog-country-codes
https://github.com/zag/dialog-country-codes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zag/dialog-country-codes
- Owner: zag
- Created: 2019-05-02T11:30:31.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T11:35:45.000Z (about 6 years ago)
- Last Synced: 2025-04-14T20:17:49.717Z (about 2 months ago)
- Language: JavaScript
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dialog-country-codes
```
type CountryInfo = {
alpha: string,
codes: string[],
emoji: ?string
};
```