UNPKG

@gpa-gemstone/helper-functions

Version:
7 lines (6 loc) 137 B
/** * This function returns a random color * @returns Random color */ declare function RandomColor(): string; export { RandomColor };