UNPKG

cds-routing-handlers

Version:

Package to route and implement CDS handlers via a class based approach in Typescript.

8 lines (7 loc) 144 B
/** * Next handler parameter decorator. * * @export * @returns {ParameterDecorator} */ export declare function Next(): ParameterDecorator;