(
this: TypeMatcher<any, any, any, any>,
_case: Case
)
| 31 | }, |
| 32 | _tag: "TypeMatcher", |
| 33 | add<I, R, RA, A>( |
| 34 | this: TypeMatcher<any, any, any, any>, |
| 35 | _case: Case |
| 36 | ): TypeMatcher<I, R, RA, A> { |
| 37 | return makeTypeMatcher([...this.cases, _case]) |
| 38 | }, |
| 39 | pipe() { |
| 40 | return pipeArguments(this, arguments) |
| 41 | } |
no test coverage detected