UNPKG

tsoa-custom-decorators

Version:

Build swagger-compliant REST APIs using TypeScript and Node

6 lines (5 loc) 256 B
export declare function Get(value?: string): any; export declare function Post(value?: string): any; export declare function Patch(value?: string): any; export declare function Put(value?: string): any; export declare function Delete(value?: string): any;