/** * Create CLI badge. * * @export * @param {string} text Badge text * @param {string} color Badge color * @returns {string} */ export default function badge(text: string, color: string): string;