colors.js
colors.js copied to clipboard
add bright[ColorName] to typings
As of v1.4.0, importing like
import {red,white,brightWhite} from 'colors/safe'
errors on the brightWhite
import
Created PR https://github.com/Marak/colors.js/pull/271. Should solve this.