1.1.1 • Published 5 years ago

miniban v1.1.1

Weekly downloads
195
License
MIT
Repository
github
Last release
5 years ago

miniban

miniban is a tiny IBAN validator that is optimized for size and performance. It weights only merely 550 bytes and has no dependencies!

PackageSizeop/s
miniban550 bytes3,897,495.668
iban.js~3.5 kb359,175.582

Installation

# npm
npm install miniban

# yarn
yarn add miniban

Usage

This is super easy: miniban only has 1 function.

import { isValidIBAN } from "miniban";

console.log(isValidIBAN("AL47212110090000000235698741"));
// logs: true

License

MIT, see License file.