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
Add Section on Setting up Type Declarations for Deno in README.md (#127)
* docs: Add section on setting up type declarations for Deno
* docs: put Add Type Declarations for Deno in a collapsible
* docs: optimize instructions on specifying lib version on deno
Don't forget to replace `$VERSION` with the specific version. You can find the latest version by checking the redirection of [deno.land/x/fido2/dist/main.js](https://deno.land/x/fido2/dist/main.js) and [deno.land/x/fido2/types/main.d.ts](https://deno.land/x/fido2/types/main.d.ts).
0 commit comments