Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/statelyai/xstate
/ index.ts
File
index.ts
packages/core/src/actors/index.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createActor } from
'../createActor.ts'
;
2
import
type
{ ActorRef, AnyEventObject, Snapshot } from
'../types.ts'
;
3
import
{ fromTransition } from
'./transition.ts'
;
4
export
{
Callers
nothing calls this directly
Calls
1
fromTransition
Function · 0.90
Tested by
no test coverage detected