UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

7 lines (6 loc) 190 B
import { type IAdvice } from 'egg/aop'; export declare class EventCorkAdvice implements IAdvice { private eventBus; beforeCall(): Promise<void>; afterFinally(): Promise<void>; }