UNPKG

ziko-server

Version:

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

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