npm.io
1.0.0 • Published 3 years ago

validate-iban

Licence
MIT
Version
1.0.0
Deps
0
Size
2 kB
Vulns
0
Weekly
0

Validate-IBAN

Use this module for validating your iban.

It is a console-app for only validating TR (Turkey) and GB (United Kingdom) iban numbers.

How to Use

$ npm install validate-iban

-- Create a .js file and write these lines.

const iban = require("validate-iban"); console.log(iban.validate('GB 82 WEST 123456 98765432'));

$ node filename.js