File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ Here's a list of types that Got exports:
40
40
41
41
### [ ` Response<T = unknown> ` ] ( https://github.com/sindresorhus/got/blob/ae04c0e36cf3f5b2e356df7d48a5b19988f935a2/source/core/response.ts#L95 )
42
42
43
+ ### [ ` Request ` ] ( https://github.com/sindresorhus/got/blob/ecb05343dea3bd35933585a1ec5bcea01348d109/source/core/index.ts#L139 )
44
+
43
45
### [ ` RequestEvents<T> ` ] ( https://github.com/sindresorhus/got/blob/ae04c0e36cf3f5b2e356df7d48a5b19988f935a2/source/core/index.ts#L108 )
44
46
45
47
### [ ` InstanceDefaults ` ] ( https://github.com/sindresorhus/got/blob/ae04c0e36cf3f5b2e356df7d48a5b19988f935a2/source/types.ts#L17 )
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export {got};
16
16
export { default as Options } from './core/options.js' ;
17
17
export * from './core/options.js' ;
18
18
export * from './core/response.js' ;
19
+ export type { default as Request } from './core/index.js' ;
19
20
export * from './core/index.js' ;
20
21
export * from './core/errors.js' ;
21
22
export { Delays } from './core/timed-out.js' ;
You can’t perform that action at this time.
0 commit comments