| Current File : /var/www/hrms.uiet.co.in/node_modules/tailwindcss/lib/util/toColorValue.js |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = toColorValue;
function toColorValue(maybeFunction) {
return typeof maybeFunction === 'function' ? maybeFunction({}) : maybeFunction;
}