Deprecated current style names in favor of using Name suffix
This commit is contained in:
parent
553c46871a
commit
8011f5f507
4 changed files with 107 additions and 23 deletions
|
|
@ -205,6 +205,10 @@ const chalk = createChalk();
|
|||
export const chalkStderr = createChalk({level: stderrColor ? stderrColor.level : 0});
|
||||
|
||||
export {
|
||||
modifierNames,
|
||||
foregroundColorNames,
|
||||
backgroundColorNames,
|
||||
colorNames,
|
||||
modifierNames as modifiers,
|
||||
foregroundColorNames as foregroundColors,
|
||||
backgroundColorNames as backgroundColors,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue