astro-ghostcms/.pnpm-store/v3/files/60/ed8fbc30a5f3e3f5c30313d6340...

8 lines
90 B
Plaintext

/**
* @param {string} d
* @returns {string}
*/
export function color(d) {
return d
}