🇹🇷 Turkey IBAN Validator
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.
- 📧 Email: ismetcanbyk@gmail.com
- 💬 Instagram: @ismetcanbyk
- 💬 LinkedIn: ismetcanbyk
- 💬 GitHub: ismetcanbyk