UNPKG

@iamsuz/color-kit

Version:

A toolkit to generate random colors and identify color names

6 lines (5 loc) 120 B
/** * This function generatos the Hex Color Code * @returns String */ export function generateRandomColor(): string;