kriasoft / web-auth-library

Authentication library for the browser environment using Web Crypto API
https://developer.mozilla.org/docs/Web/API/Web_Crypto_API
MIT License
103 stars 9 forks source link

Add typescript types (*.d.ts file) #22

Closed fabhed closed 12 months ago

fabhed commented 12 months ago

I jumped the gun here, assumed it was missing since i got Cannot find module 'web-auth-library/google' or its corresponding type declarations.ts(2307), but looking at the source, types are present.

How come the package is missing the TS badge on next to the title on the npm registry page?