Skip to main content
Module

x/deno_structured_logging/mod.ts>ColorFunction

A structured logging module for Deno
Latest
type alias ColorFunction
import { type ColorFunction } from "https://deno.land/x/deno_structured_logging@0.4.2/mod.ts";

A function that changes the color of a string in the terminal, generally from std/fmt/colors.ts

definition: (str: string) => string