UNPKG

plus-midwayjs

Version:
9 lines (8 loc) 277 B
/// <reference types="node" /> import * as Events from 'events'; import { IMidwayApplication } from '@midwayjs/core'; export declare class PlusEventManager extends Events { app: IMidwayApplication; init(): Promise<void>; handlerEvent(module: any): Promise<void>; }