MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / isValidColor

Function isValidColor

src/utils/color/regex.js:292–294  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

290}
291
292export function isValidColor(value) {
293 return colorRegex.anyStrict.test(value);
294}

Callers 4

settingsPage.jsFile · 0.90
customTheme.jsFile · 0.90
colorViewFunction · 0.90
getColorRangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected