ohctechv3/.svn/pristine/a0/a08bd4f0470d4ac7a7bf55c255343fca5de5d590.svn-base
2024-10-28 15:03:36 +05:30

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