| 8 | export type PickReturnValue<a, b> = a extends symbols.unset ? b : a; |
| 9 | |
| 10 | interface NonExhaustiveError<i> { |
| 11 | __nonExhaustive: never; |
| 12 | } |
| 13 | |
| 14 | interface TSPatternError<i> { |
| 15 | __nonExhaustive: never; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…