All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
'use strict'
|
|
|
|
module.exports = wbr
|
|
|
|
function wbr(h, node) {
|
|
return h(node, 'text', '\u200b')
|
|
}
|