Skip to content

Commit

Permalink
docs: fix recorder type
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 19, 2023
1 parent 549ad7d commit eb2380d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/zoe/src/contractSupport/recorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,11 @@ export const prepareMockRecorderKitMakers = () => {
* Stop-gap until https://github.com/Agoric/agoric-sdk/issues/6160
* explictly specify the type that the Pattern will verify through a match.
*
* This is a Pattern but since that's `any`, including in the typedef turns the
* whole thing to `any`.
*
* @template T
* @typedef {Pattern & {validatedType?: T}} TypedMatcher
* @typedef {{ validatedType?: T }} TypedMatcher
*/

/**
Expand Down

0 comments on commit eb2380d

Please sign in to comment.