'use strict'; module.exports = { name: 'hr', type: 'dom', render(opts) { return opts.env.dom.createElement('hr'); } };