| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected