UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

9 lines (8 loc) 513 B
export declare const Get: (uri?: string) => MethodDecorator; export declare const Post: (uri?: string) => MethodDecorator; export declare const Put: (uri?: string) => MethodDecorator; export declare const Patch: (uri?: string) => MethodDecorator; export declare const Options: (uri?: string) => MethodDecorator; export declare const Head: (uri?: string) => MethodDecorator; export declare const Del: (uri?: string) => MethodDecorator; export declare const All: (uri?: string, methods?: any[]) => MethodDecorator;