Add chalk.stderr (#359)

This commit is contained in:
Yanis Benson 2019-09-22 12:07:33 +03:00 committed by Sindre Sorhus
parent 6b4d20683f
commit 2a53389d72
9 changed files with 47 additions and 9 deletions

View file

@ -1,4 +1,4 @@
'use strict';
const chalk = require('../source');
console.log(chalk.hex('#ff6159')('test'));
console.log(`${chalk.hex('#ff6159')('testout')} ${chalk.stderr.hex('#ff6159')('testerr')}`);