fix: add type exports for got
This commit is contained in:
parent
386341e96d
commit
eea1607fca
|
|
@ -66,3 +66,4 @@ const custom: typeof got & {
|
|||
custom.all = (list) => Promise.all(list);
|
||||
|
||||
export default custom;
|
||||
export type { Response, NormalizedOptions, Options } from 'got';
|
||||
|
|
|
|||
Loading…
Reference in New Issue