Searched defs:isWebColor (Results 1 – 2 of 2) sorted by relevance
9 const isWebColor = (color) => color === 'currentcolor' || function
10 const isWebColor = (color: string): boolean => constant