chalk/test/_fixture.js

7 lines
175 B
JavaScript
Raw Normal View History

'use strict';
2017-07-23 22:17:33 +02:00
const chalk = require('..');
2018-12-27 19:05:58 +01:00
const cherr = require('../stderr');
console.log(chalk.hex('#ff6159')('test'));
2018-12-27 19:05:58 +01:00
console.error(cherr.hex('#ffe861')('test stderr'));