Add named exports (#432)
This commit is contained in:
parent
fa16f4ec37
commit
d798222a5a
10 changed files with 147 additions and 165 deletions
|
|
@ -1,3 +1,3 @@
|
|||
import chalk from '../source/index.js';
|
||||
import chalk, {chalkStderr} from '../source/index.js';
|
||||
|
||||
console.log(`${chalk.hex('#ff6159')('testout')} ${chalk.stderr.hex('#ff6159')('testerr')}`);
|
||||
console.log(`${chalk.hex('#ff6159')('testout')} ${chalkStderr.hex('#ff6159')('testerr')}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue