Skip to main content
Module

x/dyr/deps.ts>Colors.stripColor

Access Yr's weather API and Nominatim's API with Deno
Go to Latest
variable Colors.stripColor
Deprecated
Deprecated

(will be removed in 1.0.0) Use stripAnsiCode instead.

Remove ANSI escape codes from the string.

import { Colors } from "https://deno.land/x/dyr@v2.0.1/deps.ts";
const { stripColor } = Colors;