UNPKG

@daysnap/utils

Version:
9 lines (7 loc) 151 B
// src/getRandomColor.ts function getRandomColor() { return `#${Math.floor(Math.random() * 16777215).toString(16)}`; } export { getRandomColor };