We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey nice work! but i have the default import undefined tried this syntax it worked but i lost the type
import * as AppleAuth from 'apple-auth';
Any tips?
The text was updated successfully, but these errors were encountered:
Hi @AhmedKorim, thank you!
I personally haven't used it with TS but while I figure something out you can take a look at the example. https://github.com/ananay/apple-auth-example
Sorry, something went wrong.
Sorry for grave-digging, but have you enabled esModuleInterop from tsconfig.json?
esModuleInterop
tsconfig.json
No branches or pull requests
Hey nice work!
but i have the default import undefined
tried this syntax it worked but i lost the type
Any tips?
The text was updated successfully, but these errors were encountered: