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

8 lines
120 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @param {string} d
* @returns {string}
*/
export function color(d) {
return '\u001B[33m' + d + '\u001B[39m'
}