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

x/chalkpot_random_colors/dev_deps.ts

Random colors are tools for generating attractive color, similar colors, color palettes or any random colors.
Latest
import * as chalkpotRandomColors from "https://deno.land/x/chalkpot_random_colors@1.0.0/dev_deps.ts";

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

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.