chalk/test/_fixture.js
Richie Bendall 5dbc9d54d6
Add named exports
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
2021-04-17 16:02:17 +12:00

3 lines
148 B
JavaScript

import chalk, {chalkStderr} from '../source/index.js';
console.log(`${chalk.hex('#ff6159')('testout')} ${chalkStderr.hex('#ff6159')('testerr')}`);