Files
api/sample/prod/talk/bundle/mithril-2.2.2/render/trust.js
2025-07-02 21:55:07 +09:00

9 lines
180 B
JavaScript

"use strict"
var Vnode = require("./vnode")
module.exports = function(html) {
if (html == null) html = ""
return Vnode("<", undefined, undefined, html, undefined, undefined)
}