turkey-iban-validator
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

🇹🇷 Turkey IBAN Validator

NPM Version License: MIT Build Status

Validate Turkish IBAN numbers with ease, and optionally validate general IBAN formats from all countries.


✨ Features

  • ✅ Validate Turkish IBANs (starts with TR)
  • 🌍 Validate IBANs from all supported countries
  • ⚙️ Written in TypeScript
  • 🚀 Lightweight & fast

🔗 Related Resources

  • 🌐 IBAN Control - Online IBAN validation and verification service

📦 Installation

npm install turkey-iban-validator

🔧 Usage

✅ Validate Turkish IBAN

import { isValidTRIban } from "turkey-iban-validator";

isValidTRIban("TR330006100519786457841326"); // true
isValidTRIban("TR000000000000000000000000"); // false

🌍 Validate General IBAN

import { isValidIban } from "turkey-iban-validator";

isValidIban("DE29270024055324013000"); // true
isValidIban("US12345678901234567890"); // false

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


📧 Contact

Feel free to contact me with any questions or suggestions.

Package Sidebar

Install

npm i turkey-iban-validator

Weekly Downloads

18

Version

1.0.3

License

MIT

Unpacked Size

6.84 kB

Total Files

13

Last publish

Collaborators

  • ismetcanbyk