Files
Basalt2/node_modules/preact/compat/server.browser.js
Robert Jelic 31787b0e9b Fix
2025-02-16 18:04:24 +01:00

12 lines
235 B
JavaScript

import { renderToString } from 'preact-render-to-string';
export {
renderToString,
renderToString as renderToStaticMarkup
} from 'preact-render-to-string';
export default {
renderToString,
renderToStaticMarkup: renderToString
};