Function isSEPACountry

  • Validate if country code is from a SEPA country

    // returns true
    ibantools.isSEPACountry("NL");
    // returns false
    ibantools.isSEPACountry("PK");

    Parameters

    • countryCode: string

    Returns boolean