UNPKG

@hexworks/cobalt-state

Version:

State machine utility for Cobalt.

5 lines (4 loc) 202 B
import { ProgramErrorBase } from "@hexworks/cobalt-core"; export declare class UnknownEventError extends ProgramErrorBase<"UnknownEventError"> { constructor(stateName: string, eventType: string); }