This commit is contained in:
LitoMore 2022-10-04 13:31:53 +08:00
parent 7c3fa8d0d5
commit 195f7baad7
No known key found for this signature in database
GPG key ID: B8653F9344667340
3 changed files with 9 additions and 3 deletions

View file

@ -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;