Marak / colors.js

get colors in your node.js console
https://github.com/Marak/colors.js
Other
5.16k stars 446 forks source link

The bright text color variants are not included in the typescript declarations file #277

Open blake-mealey opened 3 years ago

blake-mealey commented 3 years ago

index.d.ts is missing the bright text color variants, making them difficult to use with TypeScript.

Workarounds:

  1. Create a declaration file to extend the colors exports
  2. Cast the export to any and access the bright text color variants