D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
ebrokers.online
/
node_modules
/
tailwindcss
/
lib
/
util
/
Filename :
toColorValue.js
back
Copy
"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; }