fix: add type exports for got

This commit is contained in:
TonyRL 2024-03-04 16:21:13 +00:00
parent 386341e96d
commit eea1607fca
1 changed files with 1 additions and 0 deletions

View File

@ -66,3 +66,4 @@ const custom: typeof got & {
custom.all = (list) => Promise.all(list);
export default custom;
export type { Response, NormalizedOptions, Options } from 'got';