UNPKG

express-decorated-router

Version:

Define Express routes using TypeScript decorators

7 lines (6 loc) 237 B
import { PathParams } from 'express-serve-static-core'; /** * Use this handler for the PATCH HTTP method * @param path The path this handler will be responsible for */ export declare function PATCH(path: PathParams): MethodDecorator;