UNPKG
posthtml-w3c
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.2.0
W3C Validation for PostHTML
github.com/michael-ciniawsky/posthtml-w3c
posthtml-w3c
/
lib
/
title.js
8 lines
(5 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
let
chalk =
require
(
'chalk'
)
exports
=
module
.
exports
=
function
(
title
) {
return
console
.
log
(chalk.
white
.
bold
.
underline
(title)) }