(_case: Case)
| 98 | readonly cases: ReadonlyArray<Case> |
| 99 | add<I, R, RA, A>(_case: Case): TypeMatcher<I, R, RA, A> |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Represents a pattern matcher that operates on a specific provided value. |
no outgoing calls
no test coverage detected