@brixtol/country-names
Advanced tools
Changelog
1.4.1 - 01/12/2021
KG
(Kyrgyzstan)Saint Barthelemy
to official name Saint Barthélemy
Changelog
1.1.2 - 10/09/2021
Replaced development rollup dependencies to use @brixtol/rollup-config
Changelog
1.1.0 - 23/08/2021
Mostly development space adjustments, no code was modified, aside from the eslint formats that were applied to source. In addition, the module also exposes the mapping object on the exports.
Countries
Changelog
1.0.0 - 22/08/2021
Dropped support of default exports. This module uses named exports. The module typings now export an identical interface of countries.
import { getCountryName } from '@brixtol/country-names';
const country = getCountryName('SE'); // Sweden
ICountries