UNPKG

fsmachine

Version:

> A simple and small TypeScript finite state machine

5 lines (3 loc) 151 B
import { createMachine, createMachineAsync } from './machine' import { Options } from './types' export { createMachine, createMachineAsync, Options }