UNPKG

optiovoluptas

Version:

Define Express routes using TypeScript decorators

7 lines (6 loc) 211 B
/** * Annotates the class as a controller * @param {string} root The controller root URL * @throws See {@link validatePath} */ export declare const Controller: (root?: string) => (constructor: any) => void;