Skip to content

Commit

Permalink
Merge pull request #8 from bchainhub/update/crypto-01
Browse files Browse the repository at this point in the history
Added boolean for crypto
  • Loading branch information
rastislavcore authored Dec 14, 2023
2 parents 8b21e88 + 5f3722a commit 78d8e4f
Show file tree
Hide file tree
Showing 7 changed files with 511 additions and 468 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Ican.isValid('BE68539007547034');

## API

- isValid(ican)
- toBCAN(ican, separator)
- isValid(ican, onlyCrypto)
- toBCAN(ican, separator, onlyCrypto)
- fromBCAN(countryCode, bcan)
- isValidBCAN(countryCode, bcan)
- printFormat(ican, separator)
Expand Down
Loading

0 comments on commit 78d8e4f

Please sign in to comment.