1.1.1 • Published 2 years ago

nodejs-iban v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago