UNPKG

@eggjs/aop-decorator

Version:
7 lines (6 loc) 305 B
import type { EggProtoImplClass, IAdvice } from '@eggjs/tegg-types'; export declare const IS_ADVICE: unique symbol; export declare class AdviceInfoUtil { static setIsAdvice(isAdvice: boolean, clazz: EggProtoImplClass<IAdvice>): void; static isAdvice(clazz: EggProtoImplClass<IAdvice>): boolean; }