Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_es/deps.ts

deno elasticsearch
Go to Latest
import * as denoEs from "https://deno.land/x/deno_es@v0.4.3/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.

Set background color to blue.

Set background color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set background color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Set text color to blue.

Make the text bold.

Set text color to green.

Make the text italic.

Set text color to red.

Set text color using 24bit rgb. color can be a number in range 0x000000 to 0xffffff or an Rgb.

Set text color using paletted 8bit colors. https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

f
v4.generate
deprecated

Validate that the passed UUID is an RFC4122 v4 UUID.

Set text color to yellow.