UNPKG
fsmachine
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.0
1.1.0
1.0.1
1.0.0
> A simple and small TypeScript finite state machine
github.com/seikho/fsmachine
seikho/fsmachine
fsmachine
/
dist
/
index.d.ts
4 lines
(3 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
import
{ createMachine, createMachineAsync }
from
'./machine'
;
import
{
Options
}
from
'./types'
;
export
{ createMachine, createMachineAsync,
Options
};