Skip to content

Commit

Permalink
Merge pull request #962 from thefrontside/taras-patch-1
Browse files Browse the repository at this point in the history
Fix markdown validation error in Yielded jsdoc in V4
  • Loading branch information
cowboyd authored Jan 14, 2025
2 parents d7d60af + 03674ad commit 6f5b31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export interface Scope {
/**
* Unwrap the type of an `Operation`.
* Analogous to the built in [`Awaited`](https://www.typescriptlang.org/docs/handbook/utility-types.html#awaitedtype) type.
* Yielded<Operation<T>> === T
* `Yielded<Operation<T>> === T`
*/
export type Yielded<T extends Operation<unknown>> = T extends
Operation<infer TYield> ? TYield
Expand Down

0 comments on commit 6f5b31f

Please sign in to comment.