Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

is-european

Kikobeats14.6kMIT1.0.9

Check if a country is part of EU (European Union) or EEA (pean Economic Area). ISO 3166-1 compliant

area, economic, european, iso-31661, iso-31661-alpha2, iso-31661-alpha3, iso-31661-numeric, union

readme

is-european

Last version Coverage Status

Check if a country is part of the EU (European Union) or EEA (European Economic Area). ISO 3166-1 compliant.

Install

$ npm install is-european --save

Usage

const { eeaMember, euMember } = require('is-european')

euMember(578) // => false
euMember('NO') // => false
euMember('NOR') // => false
euMember('Norway') // => false

eeaMember(578) // => true
eeaMember('NO') // => true
eeaMember('NOR') // => true
eeaMember('Norway') // => true
  • req-country – Given a request, get the country associated with it. ISO 3166-1 alpha-2 compliant.
  • country-vat – Get a country VAT rate. ISO 3166-1 compliant.
  • tom.js.org – tom 🐶 is a backoffice for your projects.

License

is-european © Kiko Beats, released under the MIT License.
Authored and maintained by Kiko Beats with help from contributors.

kikobeats.com · GitHub Kiko Beats · X @Kikobeats

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.9 (2025-08-12)

1.0.8 (2024-08-07)

1.0.7 (2023-10-23)

1.0.6 (2023-09-07)

1.0.5 (2023-08-20)

1.0.4 (2022-07-27)

1.0.3 (2021-03-04)

1.0.2 (2020-12-19)

1.0.1 (2020-12-19)

1.0.0 (2020-12-19)