UNPKG

@slck/utils

Version:

utils library - Utility functions for common development.

6 lines (5 loc) 181 B
/** * Generates a random hex color code (excluding white and black). * @returns A random hex color code as a string. */ export declare const generateRandomColorFn: () => string;