UNPKG

express-decorated-router

Version:

Define Express routes using TypeScript decorators

6 lines (5 loc) 232 B
/** * Define another controller as this controller's parent, inheriting its root path and middleware. * @param parentController The parent controller */ export declare function Parent(parentController: Function): ClassDecorator;