Updates
This commit is contained in:
parent
7c3fa8d0d5
commit
195f7baad7
3 changed files with 9 additions and 3 deletions
|
|
@ -212,5 +212,6 @@ export {
|
|||
export const modifiers = Object.keys(ansiStyles.modifier);
|
||||
export const foregroundColors = Object.keys(ansiStyles.color);
|
||||
export const backgroundColors = Object.keys(ansiStyles.bgColor);
|
||||
export const colors = [...foregroundColors, ...backgroundColors];
|
||||
|
||||
export default chalk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue