devbaji / vue3-google-login

Add Sign In With Google feature to your Vue 3 application
https://github.com/devbaji/vue3-google-login/
MIT License
202 stars 30 forks source link

DecodeCredential type is not exported #59

Closed joekaiser closed 2 months ago

joekaiser commented 2 months ago

The DecodeCredential type is not exported from the package. This means that when a user calls decodeCredential(token: string), typescript is only seeing the result as an object.

Are you open to a PR that fixes this?

joekaiser commented 2 months ago

Nevermind - vscode was being dumb and I just had to restart it :man_facepalming: