UNPKG

@eggjs/controller-decorator

Version:

tegg controller decorator

3 lines (2 loc) 147 B
import type { HostType } from '@eggjs/tegg-types'; export declare function Host(host: HostType): (target: any, propertyKey?: PropertyKey) => void;