-
-
Notifications
You must be signed in to change notification settings - Fork 956
New issue
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
Export GotRequestMethod
TypeScript type
#1017
Conversation
Failed tests are not related to this PR |
I don't think |
|
@sindresorhus let me know if readme section is ok |
Co-Authored-By: Szymon Marczak <36894700+szmarczak@users.noreply.github.com>
@sindresorhus all issues mentioned above should be resolved |
GotRequestMethod
TypeScript type
Thanks :) |
At this moment to be able to correctly define
got
methods as dependencies we need to import the module into type declaration fileswith introduced changes we can simply do as so:
Checklist