UNPKG

lit-ssr-utils

Version:

Lit utils to implement SSR to projects that do not use Javascript.

2 lines (1 loc) 140 B
import{render as t} from"./ssr";async function c(a){const i=await t(a);if(typeof i==="string")return{html:i};return i}export{c as default};