UNPKG

@skatejs/ssr

Version:

Server-side render your web components.

6 lines (4 loc) 210 B
const Element = require('./Element'); // Most nodes should derive from this but they derive from Element instead, // so we've put everything there and just expose this as a synonnym. module.exports = Element;