@dooboostore/simple-boot-http-server-ssr
Version:
front end SPA frameworks SSR
11 lines • 475 B
TypeScript
import * as JSDOM from 'jsdom';
import { ReconfigureSettings } from 'jsdom';
export declare class JsdomInitializer {
private frontDistPath;
private frontDistIndexFileName;
private reconfigureSettings?;
constructor(frontDistPath: string, frontDistIndexFileName: string, reconfigureSettings?: ReconfigureSettings);
static loadFile(distPath: string, filePath: string): string;
run(): Promise<JSDOM.JSDOM>;
}
//# sourceMappingURL=JsdomInitializer.d.ts.map