-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helper functions #96
Labels
Comments
Adding some helpers with TypeScript upgrade. I should've release that a long time ago 🙁 |
Thanks - looking forward to it |
14 tasks
dmythro
added a commit
that referenced
this issue
Jul 18, 2023
* feat: minor tweaks * Tidy up data structures * Add sideEffects to dist package #106 * Croatia currency change from HRK to EUR #107 * Some countries contain diacritic characters #103 * Data update: Swaziland has been renamed to Eswatini #72 * feat: update dist with recent data * Error in SQL table structure #115 * feat: bump modules * Data update: native field for Nepal #114 * feat: data rebuild * fix: dep install * Helper functions #96 * feat: data rebuild
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some helper functions would be useful eg:
getCode = (countryName: string) => string
returning the country code.Also this would help a lot if paired with #35 so lookups of codes from alternative country names could be much more reliable.
The text was updated successfully, but these errors were encountered: