Package Exports
- validate-iban
- validate-iban/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (validate-iban) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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