UNPKG

@starptech/prettyhtml-hast-to-html

Version:
9 lines (6 loc) 143 B
'use strict' module.exports = comment /* Stringify a comment `node`. */ function comment(ctx, node) { return '<!--' + node.value + '-->' }