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