3 lines
No EOL
121 B
JavaScript
3 lines
No EOL
121 B
JavaScript
module.exports = function(html) {
|
|
return {tag: "<", key: undefined, attrs: undefined, children: html, text: undefined}
|
|
} |