UNPKG

@nova-ts/core

Version:

A serverside framework used to build scalable application

11 lines (9 loc) 317 B
/** * * @param path The path used to map URI to a method * @description The method applied with this decorator is dynamically * applied with Express Request and Response and the result is send as json * @author Inbanithi107 */ declare function GetMapping(path: string): MethodDecorator; export { GetMapping };