UNPKG

cli-html-c

Version:

There will be cli module who render HTML to Terminal

9 lines (7 loc) 105 B
const br = () => ({ pre: '', value: '\n', post: '', type: 'inline', }); module.exports.br = br;