OpenBookPrices / country-data

Country related data such as ISO codes, currencies etc
MIT License
512 stars 166 forks source link

Optional sorting #85

Open steffanhalv opened 6 years ago

steffanhalv commented 6 years ago
var countries = require('country-data').countries;
console.log( countries.all );

Should be sorted alphabetically. Now sort is uncompleted