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

x/chalkpot_colors/dev_deps.ts

Colors is JSON with the names of colors, their values and localization. Colors are based on HTML color names and CSS keywords.
Latest
import * as chalkpotColors from "https://deno.land/x/chalkpot_colors@1.0.0/dev_deps.ts";

Functions

Make an assertion that actual includes the expected values. If not then an error will be thrown.

Make an assertion that actual and expected are equal, deeply. If not deeply equal, then throw.

Make an assertion that actual and expected are not equal, deeply. If not then throw.