mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!

Home Page:https://mledoze.github.io/countries/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a TypeScript syntax issue in the world-countries package

yogeba opened this issue · comments

commented

a syntax error in the index.d.ts file of the world-countries package.a syntax error in the index.d.ts file of the world-countries package.

demonyms: { [languageCode: string]?: Demonyms }

The ? operator is not allowed in index signatures.

I think that this has been fixed by #483. Could you update your package version and confirm that it resolves the error?

commented

Yes, @latest that worked. Thanks 🙌