UNPKG
bic
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
BIC (Business Identifier Code) format validator
github.com/nicolaspayot/bic
nicolaspayot/bic
bic
/
dist
/
bic.esm.d.ts
5 lines
(4 loc)
•
96 B
TypeScript
View Raw
1
2
3
4
5
declare
const
_default
: {
isValid
(
bic
:
string
):
boolean
; }; export { _default
as
default
};