Skip to main content
Module

x/supports_color/deps.ts

🦕 A Deno port of chalk's supports-color
Latest
import * as supportsColor from "https://deno.land/x/supports_color@0.1.0/deps.ts";

Functions

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

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.

Take a set of command line arguments, optionally with a set of options, and return an object representing the flags found in the passed arguments.