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
I'm in the process of migrating from got 9 relying on @types/got to got 10 and it's native types. Within out codebase we have various little wrappers around got to help with various things, make code more easily testable, etc. The @types/got typings provided GotJSONOptions, GotFormOptions<string>, etc. These are available in the native got typings but not exported.
What problem are you trying to solve?
I'm in the process of migrating from got 9 relying on
@types/got
to got 10 and it's native types. Within out codebase we have various little wrappers around got to help with various things, make code more easily testable, etc. The@types/got
typings providedGotJSONOptions
,GotFormOptions<string>
, etc. These are available in the native got typings but not exported.got/source/create.ts
Lines 38 to 42 in 1f363b9
...
Describe the feature
Export the got options types.
...
Checklist
The text was updated successfully, but these errors were encountered: