frontend/.pnpm-store/v3/files/2e/1b83176cbf00aeb43a0231f947204dad14b6769cc65b0d8eb0c1f6e6ff5a691f9854d2969fe3191dfc4bf522388447541f79305a9323e2afacb0af88a98e9f

12 lines
302 B
Plaintext

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