UNPKG

@hexworks/cobalt-state

Version:

State machine utility for Cobalt.

5 lines (4 loc) 203 B
import { Context } from ".."; import { WaitingForInputData } from "./schema"; import { State } from "../.."; export declare const WaitingForInput: State<WaitingForInputData, Context, "WaitingForInput">;