UNPKG

cli-html-c

Version:

There will be cli module who render HTML to Terminal

7 lines (4 loc) 195 B
const ansiStyles = require('ansi-colors'); const blockTag = require('../tag-helpers/blockTag'); const address = blockTag((value) => ansiStyles.italic(value)); module.exports.address = address;