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
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
I have TypeScript typings for js-jose, if you are interested in adding them. All that is required is to add one file and add a typings stanza to package.json, and TypeScript users will be able to seamlessly access the library with type checking. As it stands now, the JsonWebKey type will not resolve, because it is not yet defined in the official library. I have a PR pending that addresses this that needs to be resolved first.
If you have zero interest in going down this road at all, simply close out this issue and I will investigate alternative ways of distributing the typings via the typings registry.
The text was updated successfully, but these errors were encountered:
I have TypeScript typings for js-jose, if you are interested in adding them. All that is required is to add one file and add a
typings
stanza topackage.json
, and TypeScript users will be able to seamlessly access the library with type checking. As it stands now, theJsonWebKey
type will not resolve, because it is not yet defined in the official library. I have a PR pending that addresses this that needs to be resolved first.If you have zero interest in going down this road at all, simply close out this issue and I will investigate alternative ways of distributing the typings via the typings registry.
The text was updated successfully, but these errors were encountered: