Skip to main content
Module

x/unilogger/deps.ts>colors.red

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

Set text color to red.

Parameters

str: string

text to make red

Returns

string