Skip to main content
Module

x/unilogger/deps.ts>colors.yellow

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

Set text color to yellow.

Parameters

str: string

text to make yellow

Returns

string