File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 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:
4040
4141### [ ` Response<T = unknown> ` ] ( https://github.com/sindresorhus/got/blob/ae04c0e36cf3f5b2e356df7d48a5b19988f935a2/source/core/response.ts#L95 )
4242
43+ ### [ ` Request ` ] ( https://github.com/sindresorhus/got/blob/ecb05343dea3bd35933585a1ec5bcea01348d109/source/core/index.ts#L139 )
44+
4345### [ ` RequestEvents<T> ` ] ( https://github.com/sindresorhus/got/blob/ae04c0e36cf3f5b2e356df7d48a5b19988f935a2/source/core/index.ts#L108 )
4446
4547### [ ` 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};
1616export { default as Options } from './core/options.js' ;
1717export * from './core/options.js' ;
1818export * from './core/response.js' ;
19+ export type { default as Request } from './core/index.js' ;
1920export * from './core/index.js' ;
2021export * from './core/errors.js' ;
2122export { Delays } from './core/timed-out.js' ;
You can’t perform that action at this time.
0 commit comments