UNPKG

posthtml-w3c

Version:
14 lines (11 loc) 237 B
'use strict' let chalk = require('chalk') exports = module.exports = function (line, column) { if (line === undefined) { line = 0 } if (column === undefined) { column = 0 } return chalk.white(`[${line}:${column}]`) }