function magenta
magenta(text: string): string

ANSI magenta text. Call without arguments to chain: magenta().bold(text).

Parameters

text: string

Return Type

string
magenta(): MagentaReturn

ANSI magenta text. Call without arguments to chain: magenta().bold(text).

Return Type

Usage

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