UNPKG

lib-colors

Version:

Simple node.js library for work with colors

5 lines (4 loc) 95 B
export function alphaIsSet(a?: number): boolean { a = Number(a); return a >= 0 && a < 1; }