UNPKG

fsmachine

Version:

> A simple and small TypeScript finite state machine

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