Files
JiboViteDocs/node_modules/preact/compat/server.browser.js

12 lines
235 B
JavaScript
Raw Normal View History

2026-05-03 12:12:57 -04:00
import { renderToString } from 'preact-render-to-string';
export {
renderToString,
renderToString as renderToStaticMarkup
} from 'preact-render-to-string';
export default {
renderToString,
renderToStaticMarkup: renderToString
};