Skip to main content
Module

x/pretty_assert/collections.ts

🦕A colorful assertEqual for deno
Latest
import * as prettyAssert from "https://deno.land/x/pretty_assert@0.1.7/collections.ts";

Functions

Return entries (for example, of a map) with spacing, indentation, and comma without surrounding punctuation (for example, braces)

Return values (for example, of a set) with spacing, indentation, and comma without surrounding punctuation (braces or brackets)

Return items (for example, of an array) with spacing, indentation, and comma without surrounding punctuation (for example, brackets)

Return properties of an object with spacing, indentation, and comma without surrounding punctuation (for example, braces)