Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dnt/lib/test_runner/test_runner.ts>Chalk

Deno to npm package build tool.
Go to Latest
interface Chalk
import { type Chalk } from "https://deno.land/x/dnt@0.33.0/lib/test_runner/test_runner.ts";

Methods

green(text: string): string
red(text: string): string
gray(text: string): string