UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

6 lines (4 loc) 149 B
"use strict"; module.exports = function endComponent(out) { out.ee(); // endElement() (also works for VComponent nodes pushed on to the stack) };