Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/trailmix/src/common/enum.ts>EnumCSSColors

Repository of utilities for deno written in typescript for trailmix🌤🦕🍣😼
Latest
enum EnumCSSColors
import { EnumCSSColors } from "https://deno.land/x/trailmix@1.0.5/src/common/enum.ts";

Members

bigint = "color:darkorange"
boolean = "color:deepskyblue"
error = "color:red"
key = "color:yellow"
none = "color:white"
null = "color:magenta"
number = "color:gold"
string = "color:seagreen"
symbol = "color:darkred"
undefined = "color:darkmagenta"