UNPKG

@happy-dom/server-renderer

Version:

Use Happy DOM for server-side rendering (SSR) or as a static site generator (SSG).

13 lines 340 B
import { BrowserWindow } from 'happy-dom'; /** * Browser window polyfill utility. */ export default class BrowserWindowPolyfill { /** * Applies polyfills to the window object. * * @param window Window. */ static applyPolyfills(window: BrowserWindow): void; } //# sourceMappingURL=BrowserWindowPolyfill.d.ts.map