JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q29126F
  • License MIT

Use this module for validating your iban.

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('GB82 WEST 1234 5698 7654 32'));

$ node filename.js