UNPKG

el-beeswarm

Version:

<div style="display: flex; padding: 1rem; flex-direction: column; align-items: center; justify-content: center; height: 100vh; text-align: center; display: flex;

11 lines (8 loc) 132 B
module.exports = html html.peek = htmlPeek function html(node) { return node.value || '' } function htmlPeek() { return '<' }