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
/
src
/
index.ts
5 lines
(3 loc)
•
151 B
text/typescript
View Raw
1
2
3
4
5
import
{ createMachine, createMachineAsync }
from
'./machine'
import
{
Options
}
from
'./types'
export
{ createMachine, createMachineAsync,
Options
}