2.2.0 • Published 4 years ago

@bundled-es-modules/ibantools v2.2.0

Weekly downloads
37
License
-
Repository
-
Last release
4 years ago

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.