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

    Type Alias HookPhase

    HookPhase: "pre" | "post"

    Whether an observational hook runs in the pre-transition phase (where it may veto/mutate the transition) or the post-transition phase (a pure observer that runs only after a successful transition commits).