UNPKG

@hexworks/cobalt-state

Version:

State machine utility for Cobalt.

6 lines (5 loc) 114 B
export declare class PromptSent { id: string; readonly type: "PromptSent"; constructor(id: string); }