@dooboostore/simple-boot-http-server-ssr
Version:
front end SPA frameworks SSR
9 lines • 569 B
TypeScript
import { SimpleBootHttpServer } from '@dooboostore/simple-boot-http-server/SimpleBootHttpServer';
import { SimstanceManager } from '@dooboostore/simple-boot/simstance/SimstanceManager';
import { HttpSSRServerOption } from './option/HttpSSRServerOption';
import { ConstructorType } from '@dooboostore/core/types';
export declare class SimpleBootHttpSSRServer extends SimpleBootHttpServer {
constructor(option?: HttpSSRServerOption);
run(otherInstanceSim?: Map<ConstructorType<any>, any>): SimstanceManager;
}
//# sourceMappingURL=SimpleBootHttpSSRServer.d.ts.map