JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Type Alias JssmTransitionCycle

    Internal marker used by the compiler to indicate a cycle declaration in the parse stream, rather than a literal state name. See JssmTransitionRule.

    type JssmTransitionCycle = {
        key: "cycle";
        value: StateType;
    }
    Index
    key: "cycle"
    value: StateType