UNPKG

@brizy/ui

Version:
7 lines (6 loc) 187 B
var hex; (function (hex) { hex["hex"] = "hex"; })(hex || (hex = {})); const hexRegex = /^#(?:[A-Fa-f0-9]{3}){1,2}$/; export const isHex = (colorString) => hexRegex.test(colorString);