Marak / colors.js

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

add bright[ColorName] to typings #270

Open wizzard0 opened 4 years ago

wizzard0 commented 4 years ago

As of v1.4.0, importing like

import {red,white,brightWhite} from 'colors/safe'

errors on the brightWhite import

nirsky commented 4 years ago

Created PR https://github.com/Marak/colors.js/pull/271. Should solve this.