UNPKG

182 BJavaScriptView Raw
1"use strict";
2function rdColor() {
3 return '#' + ('000' + (Math.random() * 0x1000000 << 0).toString(16)).slice(-6);
4}
5module.exports = rdColor;
6//# sourceMappingURL=rdColor.js.map
\No newline at end of file