UNPKG

@dooboostore/simple-boot-http-server-ssr

Version:
9 lines 569 B
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