MCPcopy
hub / github.com/supermacro/neverthrow / FirstYieldMyError

Interface FirstYieldMyError

tests/typecheck-tests.ts:2454–2456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2452
2453 (function it(_ = 'should correctly infer the result type with multiple "yield*"') {
2454 interface FirstYieldMyError {
2455 name: 'FirstYieldMyError';
2456 }
2457 interface SecondYieldMyError {
2458 name: 'SecondYieldMyError';
2459 }

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…