This package has been deprecated

Author message:

This package is obsolete, you should use ibantools directly now that they publish ES Modules themselves

@bundled-es-modules/ibantools

2.2.0 • Public • Published

ibantools

This is a mirror of ibantools, bundled and exposed as ES module.

Install

npm install @bundled-es-modules/ibantools
bower install bundled-es-modules/ibantools

Use

<script type="module">
  // from main file
  import { isValidIBAN } from 'ibantools'; // isValidIBAN or any other function supported
  // or directly
  import { isValidIBAN } from 'ibantools/ibantools.js';
  console.log(isValidIBAN);
</script>

Make sure you added @bundled-es-modules scope to the path if used via npm.

Readme

Keywords

none

Package Sidebar

Install

npm i @bundled-es-modules/ibantools

Weekly Downloads

1

Version

2.2.0

License

none

Unpacked Size

34 kB

Total Files

7

Last publish

Collaborators

  • passle
  • d4kmor
  • bashmish
  • robrez
  • jorenbroekema