Enums
All const enums have been updated to the correct format:
export const FOO = {
BAR: "toto"
} as const;Types
New types added!
All colors const types: EffectKeys, EffectValues, EffectResetKeys, EffectResetValues, ForgroundKeys, ForgroundValues, BrightForgroundKeys, BrightForgroundValues, BackgroundKeys, BackgroundValues, BrightBackgroundKeys, BrightBackgroundValues