@bundled-es-modules/ibantoolsdeprecated

mirror of ibantools, bundled and exposed as ES module

Usage no npm install needed!

<script type="module">
  import bundledEsModulesIbantools from 'https://cdn.skypack.dev/@bundled-es-modules/ibantools';
</script>

README

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.