UNPKG

@hexworks/cobalt-state

Version:

State machine utility for Cobalt.

6 lines (5 loc) 148 B
import { Context } from ".."; export declare const Idle: Readonly<import("../..").State<{ id: string; userId: string; }, Context, string>>;