UNPKG

cds-routing-handlers

Version:

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

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