mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 13:59:30 +08:00
11 lines
302 B
Text
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;
|
|
}
|