UNPKG

statewave

Version:
6 lines 280 B
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