UNPKG

@evil-gauss/nestjs-core

Version:
3 lines (2 loc) 478 B
export declare function UnprotectedHttpController(name?: string, tag?: string): <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void; export declare function HttpController(name: string, tag?: string): <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol | undefined, descriptor?: TypedPropertyDescriptor<Y> | undefined) => void;