UNPKG

rsuite-theme

Version:
8 lines (5 loc) 129 B
'use strict'; module.exports = strikethrough; function strikethrough(node) { return '~~' + this.all(node).join('') + '~~'; }