UNPKG

@hexworks/cobalt-state

Version:

State machine utility for Cobalt.

3 lines (2 loc) 108 B
import { Event } from "@hexworks/cobalt-events"; export type AnyEventWithType<T extends string> = Event<T>;