persona-community-5/.pnpm-store/v3/files/23/035ffa4b2cf48bd097df248d9e18c32a8aef5c10ef93ff8d66e375d93355844e5069d8e26cb4afe3c0ea1e2a2e103be343575bc721f3adb4e6a4d582c2af16
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

4 lines
137 B
Plaintext

export default function toColorValue(maybeFunction) {
return typeof maybeFunction === 'function' ? maybeFunction({}) : maybeFunction
}