Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 2, 2024
1 parent f60f76e commit 1a9274f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,8 @@ export type ExtractExtendOptions<T> = T extends Got<infer GotOptions>
: T;

/**
* Merges the options of multiple Got instances.
*/
Merges the options of multiple Got instances.
*/
export type MergeExtendsConfig<Value extends Array<Got | ExtendOptions>> =
Value extends readonly [Value[0], ...infer NextValue]
? NextValue[0] extends undefined
Expand Down

0 comments on commit 1a9274f

Please sign in to comment.