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

Interface MyError

tests/typecheck-tests.ts:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 (function it(_ = 'Combines two equal error types (custom types)') {
46 interface MyError {
47 stack: string
48 code: number
49 }
50
51 type Expectation = Result<string, MyError>
52

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…