Skip to main content
Module

x/pretty_assert/collections.ts>printIteratorValues

🦕A colorful assertEqual for deno
Latest
function printIteratorValues
import { printIteratorValues } from "https://deno.land/x/pretty_assert@0.1.7/collections.ts";

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

Parameters

iterator: Iterator<any>
config: Config
indentation: string
depth: number
refs: Refs
printer: Printer

Returns

string