MCPcopy Create free account
hub / github.com/datner/react-effect / Base

Interface Base

src/internal/result.ts:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16/** @internal */
17export interface Base<D, E, A> extends Data.Case, Pipeable {
18 readonly _id: Result.TypeId
19 readonly [TypeId]: {
20 readonly _A: (_: never) => A
21 readonly _E: (_: never) => E
22 readonly _D: (_: never) => D
23 }
24}
25
26/** @internal */
27export const TypeId: Result.TypeId = Symbol.for(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected