LucianoGanga / country-codes-list

List of codes per country (languages, calling codes, currency codes, etc)
MIT License
94 stars 48 forks source link

Type issue while working with typescript #35

Closed nafishahmeddev closed 1 year ago

nafishahmeddev commented 1 year ago

node_modules/country-codes-list/index.d.ts:60:8 - error TS2464: A computed property name must be of type 'string', 'number', 'symbol', or 'any'.

60 ): { [CountryProperty]: string };

LucianoPaci commented 1 year ago

This was fixed on v1.6.11