Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Unarray Unarray released this 14 Aug 21:53

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