persona-community-5/.pnpm-store/v3/files/3b/d8d888e94c3be73cbca49a4a9b1541d13fef9a03b31d3922cff1f4f1e47cfa08514253c9e82d87077a9bc4874a0d3aa55ef01aadc307cc75724770d0b9e5ca
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

14 lines
333 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return toColorValue;
}
});
function toColorValue(maybeFunction) {
return typeof maybeFunction === "function" ? maybeFunction({}) : maybeFunction;
}