astro-ghostcms/.pnpm-store/v3/files/3a/6c6e70d39035761e1b0820bace8...

8 lines
120 B
Plaintext

/**
* @param {string} d
* @returns {string}
*/
export function color(d) {
return '\u001B[33m' + d + '\u001B[39m'
}