7 lines
No EOL
155 B
JavaScript
7 lines
No EOL
155 B
JavaScript
"use strict"
|
|
|
|
var Node = require("../render/node")
|
|
|
|
module.exports = function(html) {
|
|
return Node("<", undefined, undefined, html, undefined, undefined)
|
|
} |