UNPKG

@eggjs/controller-decorator

Version:

tegg controller decorator

3 lines (2 loc) 169 B
import type { HTTPMethodParams } from '@eggjs/tegg-types'; export declare function HTTPMethod(param: HTTPMethodParams): (target: any, propertyKey: PropertyKey) => void;