arhs / iban.js

IBAN & BBAN validation, formatting and conversion in Javascript
https://arhs.github.io/iban.js/
MIT License
534 stars 128 forks source link

v1 requirements #64

Open LaurentVB opened 5 years ago

LaurentVB commented 5 years ago

This issue tracks the requirements for the rewrite of iban.js

MickL commented 5 years ago

I agree with all points, especially having no polyfill which should be added by the surrounding app in which iban is used within.

Also better imports would be nice: import { IBAN } from 'iban'; instead of import * as IBAN from 'iban';.