UNPKG

contiago-toolbar

Version:

One of the options for outputting content from contiago xml-server

12 lines (9 loc) 208 B
const chalk = require('chalk'); /** * Adds mark check symbol */ function addCheckMark(callback) { process.stdout.write(chalk.green(' ✓')); if (callback) callback(); } module.exports = addCheckMark;