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

    Type Alias PostEverythingHook<mDT>

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

    Type Parameters

    • mDT
    Index
    kind: "post everything"