type alias Ansiimport { type Ansi } from "https://deno.land/std@0.220.1/cli/spinner.ts"; This is a hack to allow us to use the same type for both the color name and an ANSI escape code. definition: string & { }