astro-ghostcms/.pnpm-store/v3/files/23/035ffa4b2cf48bd097df248d9e1...

4 lines
137 B
Plaintext

export default function toColorValue(maybeFunction) {
return typeof maybeFunction === 'function' ? maybeFunction({}) : maybeFunction
}