MCPcopy Create free account
hub / github.com/cassiozen/useStateMachine / StateNode

Interface StateNode

src/types.ts:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 : D
71
72 export interface StateNode<D, P>
73 { on?: On<D, L.Concat<P, ["on"]>>
74 , effect?: Effect<D, L.Concat<P, ["effect"]>>
75 }
76
77 interface StateNodeImpl
78 { on?: On.Impl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected