This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

is-eu-member
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Give me an ISO 3166-1 alpha-2 country code and I'll tell you if it's a member of the European Union.

Example Code

const isEuMember = require("is-eu-member").isEuMember,
getEuMembers = require("is-eu-member").getEuMembers;
console.log(getEuMembers());
console.log(isEuMember("CH")); // false
console.log(isEuMember("DE")); // true

Readme

Keywords

Package Sidebar

Install

npm i is-eu-member

Weekly Downloads

12,822

Version

1.0.6

License

MIT

Unpacked Size

2.62 kB

Total Files

5

Last publish

Collaborators

  • timmyrs