MCPcopy
hub / github.com/gvergnaud/ts-pattern / NonExhaustiveError

Interface NonExhaustiveError

src/types/Match.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8export type PickReturnValue<a, b> = a extends symbols.unset ? b : a;
9
10interface NonExhaustiveError<i> {
11 __nonExhaustive: never;
12}
13
14interface TSPatternError<i> {
15 __nonExhaustive: never;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…