Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cassiozen/useStateMachine
/ StateNodeImpl
Interface
StateNodeImpl
src/types.ts:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
interface
StateNodeImpl
78
{ on?: On.Impl
79
, effect?: Effect.Impl
80
}
81
export
namespace StateNode {
82
export
type
Impl = StateNodeImpl
83
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected