UNPKG

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

Version:
11 lines 475 B
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