UNPKG

lit-ssr-utils

Version:

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

2 lines (1 loc) 147 B
import k from"../../api";async function q({body:a,set:u}){const[f,g,j]=await k(a);return u.status=f,u.headers=j,g}export{q as renderLitComponent};