UNPKG

mithril

Version:

A framework for building brilliant applications

9 lines (6 loc) 188 B
"use strict" var Vnode = require("../render/vnode") module.exports = function(html) { if (html == null) html = "" return Vnode("<", undefined, undefined, html, undefined, undefined) }