chalk/test/_fixture.js

5 lines
94 B
JavaScript
Raw Normal View History

'use strict';
2019-07-12 13:51:07 +07:00
const chalk = require('../source');
console.log(chalk.hex('#ff6159')('test'));