Skip to main content
Module

x/unilogger/deps.ts>colors.brightRed

Logger utility module for Deno
Latest
function colors.brightRed
import { colors } from "https://deno.land/x/unilogger@v1.1.0/deps.ts";
const { brightRed } = colors;

Set text color to bright red.

Parameters

str: string

text to make bright-red

Returns

string