is-sepa

1.1.0 • Public • Published

is-sepa

List of SEPA countries and the currencies they use

Example usage

import { isSepaCountry, getCurrencyOfSepaCountry } from "is-sepa";

isSepaCountry("AT"); // true
isSepaCountry("US"); // false

getCurrencyOfSepaCountry("AT"); // "EUR"
getCurrencyOfSepaCountry("GB"); // "GBP"

You can import the raw data like this:

import { map } from "is-sepa";

const arrayOfSepaCountries = [...map.keys()];

Maintenance

This module is different from all the others:

  • We will maintain the freshness of the data for years.
  • Last update was in Jan 2025. Meaning, Albania and Montenegro are also in the list.

Package Sidebar

Install

npm i is-sepa

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

4.06 kB

Total Files

4

Last publish

Collaborators

  • koresar