UNPKG

node-web-mvc

Version:
11 lines (10 loc) 349 B
export declare class ControllerAdvice { } /** * 注册Controller切面 */ declare const _default: { (target: Function): any; (options: import("./Target").CreateOptions<typeof ControllerAdvice>): ClassDecorator; } & import("./annotation/type").LinkAnnotationType<typeof ControllerAdvice> & typeof ControllerAdvice; export default _default;