-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify isBase32 for option to use Crockford Base32 #1857
Comments
@sunwukonga could you please assign this issue to me . |
I don't have write access to this repository. You'll need one of the members to do that for you. |
@ezkemboi could you please assign this issue to me |
Hello and thank you for the suggestion, |
Okay 👍 |
Seeking willingness to incorporate a PR based on the following:
Crockford Base32
Add option
crockford: bool
toisBase32
isBase32(str [, options])
whereoptions
is{crockford: false}
by default.Usage:
isBase32("CD89FGE", {crockford: true})
Example implementation:
The text was updated successfully, but these errors were encountered: