UNPKG

cds-routing-handlers

Version:

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

9 lines (8 loc) 204 B
/** * Handler decorator. * * @export * @param {string} entity Entity for which the decorator is used * @returns {ClassDecorator} */ export declare function Handler(entity?: string): ClassDecorator;