jimpex
    Preparing search index...

    Variable showHTMLMiddlewareConst

    showHTMLMiddleware: ResourceCreator<
        "middleware",
        "connect",
        (
            options?: ShowHTMLMiddlewareOptions,
        ) => <ContainerType extends Jimpex = Jimpex>(
            app: ContainerType,
        ) => AsyncExpressMiddleware,
        MiddlewareConnectFn,
    > = ...

    Creates the middleware that serves an HTML file in the response.