html.js 84 B

1234567
  1. 'use strict';
  2. module.exports = html;
  3. function html(node) {
  4. return node.value;
  5. }