UNPKG

@eggjs/dynamic-inject

Version:
5 lines (4 loc) 327 B
import type { EggAbstractClazz, ImplDecorator, ImplTypeEnum, QualifierAttribute } from '@eggjs/tegg-types'; export declare class QualifierImplDecoratorUtil { static generatorDecorator<T extends object, Enum extends ImplTypeEnum>(abstractClazz: EggAbstractClazz<T>, attribute: QualifierAttribute): ImplDecorator<T, Enum>; }