You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use MDS classes in my typescript project and found out that the types of MDS classes and the static functions in Fido2Lib class are not exported.
Is there a reason for it? is there a types lib can be installed?
I don't mind creating a PR with the missing interfaces, but I think it should either be a requirement for new features or excluded from the project, the partial types is annoying
example:
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for the great suggestion. The library isn't primarily focusing on typescript (as it's been born in a time before , but tries to allow integration with those projects with syntax highlighting.
Generally we're favoring compatibility and features over typescript conformity, so I wouldn't be in favor of blocking good code requests without it.
If we can improve the typescript types without adding other issues, PRs etc are always welcome and we can try to ask contributors to extend the interface accordingly.
Hey,
I tried to use MDS classes in my typescript project and found out that the types of MDS classes and the static functions in Fido2Lib class are not exported.
Is there a reason for it? is there a
types
lib can be installed?I don't mind creating a PR with the missing interfaces, but I think it should either be a requirement for new features or excluded from the project, the partial types is annoying
example:
Thanks
The text was updated successfully, but these errors were encountered: