UNPKG

quasqui

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

6 lines (4 loc) 155 B
const { SERVER_RENDER_FUNCTION_NAME } = require('@modern-js/utils'); module.exports = { [SERVER_RENDER_FUNCTION_NAME]: () => '<div>Modern.js</div>', };