server.mjs 100 B

1234
  1. export {
  2. renderToString,
  3. renderToString as renderToStaticMarkup
  4. } from 'preact-render-to-string';