thematic-break.js 105 B

1234567
  1. 'use strict'
  2. module.exports = thematicBreak
  3. function thematicBreak(h, node) {
  4. return h(node, 'hr')
  5. }