@swizzyweb/swizzy-web-service
    Preparing search index...

    Type Alias SwizzyMiddleware<STATE>

    SwizzyMiddleware: (
        props: SwizzyMiddlewareProps<STATE>,
    ) => SwizzyMiddlewareFunction

    A factory function that receives state and logger props and returns a SwizzyMiddlewareFunction. Register these on a WebService, WebRouter, or WebController.

    Type Parameters

    • STATE