UNPKG

fui-fancyui

Version:
6 lines (5 loc) 217 B
/** * Validates if a given string is a valid color representation. * Logs a warning to the console if the color is invalid or input is not a string. */ export default function isColorValid(color: string): boolean;