blob: 105cb376049bd8e72989c05d8ff84f457dede549 [file]
'use strict'
module.exports = html
function html(node) {
return node.value
}