Your IP : 216.73.216.79


Current Path : /var/www/html/redd/public/tailadmin/node_modules/preact/compat/
Upload File :
Current File : /var/www/html/redd/public/tailadmin/node_modules/preact/compat/server.js

/* eslint-disable */
var renderToString;
try {
	const mod = require('preact-render-to-string');
	renderToString = mod.default || mod.renderToString || mod;
} catch (e) {
	throw Error(
		'renderToString() error: missing "preact-render-to-string" dependency.'
	);
}

module.exports = {
	renderToString: renderToString,
	renderToStaticMarkup: renderToString
};