UNPKG

@hexworks/cobalt-state

Version:

State machine utility for Cobalt.

9 lines 192 B
import { EventType } from "./EventType"; export class TimedOut { id; type = EventType.TimedOut; constructor(id) { this.id = id; } } //# sourceMappingURL=TimedOut.js.map