| 583 | } |
| 584 | |
| 585 | const objectIdToDate = objectID => new Date(parseInt(objectID.toString().slice(0, 8), 16) * 1000) |
| 586 | |
| 587 | const hexToHSL = hex => rgbToHsl(hexToR(hex), hexToG(hex), hexToB(hex)) |
| 588 |
nothing calls this directly
no outgoing calls
no test coverage detected