-
Notifications
You must be signed in to change notification settings - Fork 22
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
extra param to bytesToString() #49
Comments
Sure that's seems a good idea |
I've created an issue to hold the discussion around converting this library to TS: #53 |
And good catch with that bug, thanks! |
Thanks TypeScript for that one. ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At https://github.com/go-macaroon/js-macaroon/blob/master/macaroon.js#L1015
Maybe you mean
locationStr: bytesToString(v2JSONField(caveat, 'l', false)),
?I'm discover this while I try to add TypeScript definition to this library (actually I think converting to TypeScript is easier).
Are you open to accept PR for the type definition or convert to TypeScript?
The text was updated successfully, but these errors were encountered: