function yellow
yellow(text: string): string

ANSI yellow text.

Parameters

text: string

Return Type

string

Usage

import { yellow } from "lib/utils/color.ts";