UNPKG

ziko-server

Version:

server side rendering in zikojs with file-based-routing and client side hydration

8 lines (7 loc) 187 B
import {JSDOM} from "jsdom" const {document} = new JSDOM().window; globalThis.document = document const renderDomToString=UIElement=>UIElement.outerHTML; export { renderDomToString }