UNPKG

hd-utils

Version:

A handy utils for modern JS developers

5 lines (4 loc) 140 B
/** * @description Function to check if the parameter is a valid hex color */ export default function isHexColor(color: string): boolean;