UNPKG

posthtml-w3c

Version:
8 lines (5 loc) 148 B
'use strict' let chalk = require('chalk') exports = module.exports = function (title) { return console.log(chalk.white.bold.underline(title)) }