UNPKG

cds-routing-handlers

Version:

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

9 lines (8 loc) 187 B
/** * Action handler decorator. * * @export * @param {string} name Name of the action * @returns {MethodDecorator} */ export declare function Action(name: string): MethodDecorator;