1.1.1 • Published 3 years ago

nodejs-iban v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

NodeJS IBAN

Simple NodeJS validation for IBANs (International Bank Account Number)

Content

Installation

Run this to install the package

  npm install nodejs-iban

Usage

Go to your file and import the package as follows:

import {IBAN} from 'nodejs-iban'
let iban = new IBAN()

Now you can use the function like that:

let isValid = iban.validateIBAN("DE33100000003333333333")
console.log(isValid) => true / false
1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago