1.0.0 • Published 1 year ago

validate-iban v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago