UNPKG
statewave
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
Another Finite State Machine
github.com/ray-delossantos/statewave
ray-delossantos/statewave
statewave
/
lib
/
index.d.ts
6 lines
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
export
type
{
Immediate
,
State
,
Transition
,
MachineConfig
,
MachineState
, }
from
"./types"
;
export
{ immediate }
from
"./immediate"
;
export
{ machine }
from
"./machine"
;
export
{ state }
from
"./state"
;
export
{ transition }
from
"./transition"
;
//# sourceMappingURL=index.d.ts.map