Skip to content

Next

@tsed/platform-http

Usage

typescript
import { Next } from "@tsed/platform-http";

See /packages/platform/platform-http/src/types/common/decorators/params/next.ts.

Overview

ts
function Next(): ParameterDecorator;
global {
    namespace TsED {
        interface NextFunction extends Function {
        }
    }
}

export type Next = TsED.NextFunction;

Description

Get the Next function (for express application and middleware).

Released under the MIT License.