@midwayjs/web
Version:
Midway Web Framework for Egg.js
8 lines • 471 B
TypeScript
export * from './interface';
export { MidwayWebFramework as Framework } from './framework/web';
export { createEggApplication, createEggAgent, createAppWorkerLoader, createAgentWorkerLoader, } from './base';
export { Application, Agent } from './application';
export { EggConfiguration as Configuration } from './configuration';
export * from './decorator';
export declare function startCluster(serverConfig: any, callback?: any): any;
//# sourceMappingURL=index.d.ts.map