UNPKG

cds-routing-handlers

Version:

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

9 lines (8 loc) 196 B
/** * Param parameter decorator. * * @export * @param {string} name Name of the parameter * @returns {ParameterDecorator} */ export declare function Param(name: string): ParameterDecorator;