You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this library now requires an environment that supports String.prototype.padStart available (can be polyfilled).
Using this library in the browser now requires the developer to manually register the locale(s) they want to support:
varcountries=require("i18n-iso-countries");// Support french & english languages.countries.registerLocale(require("i18n-iso-countries/langs/en.json"));countries.registerLocale(require("i18n-iso-countries/langs/fr.json"));