type alias NextFunction
Since 0.1.0

Continues the middleware pipeline. Not calling it short-circuits the pipeline (the caller must have produced a response).

Definition

() => Promise<void>

Usage

import { type NextFunction } from "common/src/index.ts";