芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/medicine.joruridoctor.com/node_modules/tailwindcss/lib/util/toColorValue.js
"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; }