UNPKG

@daysnap/utils

Version:
9 lines (5 loc) 238 B
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/getRandomColor.ts function getRandomColor() { return `#${Math.floor(Math.random() * 16777215).toString(16)}`; } exports.getRandomColor = getRandomColor;