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

    Type Alias PrePostEverythingHook<mDT>

    type PrePostEverythingHook<mDT> = {
        handler: PostEverythingHookHandler<mDT>;
        kind: "pre post everything";
    }

    Type Parameters

    • mDT
    Index
    kind: "pre post everything"