UNPKG

302 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", {
3 value: true
4});
5Object.defineProperty(exports, "default", {
6 enumerable: true,
7 get: ()=>toColorValue
8});
9function toColorValue(maybeFunction) {
10 return typeof maybeFunction === "function" ? maybeFunction({}) : maybeFunction;
11}