Urara-Blog/node_modules/.pnpm-store/v3/files/2e/1b83176cbf00aeb43a0231f947204dad14b6769cc65b0d8eb0c1f6e6ff5a691f9854d2969fe3191dfc4bf522388447541f79305a9323e2afacb0af88a98e9f
2022-08-14 01:14:53 +08:00

11 lines
302 B
Text

"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;
}