Skip to main content
Module

x/pretty_assert/collections.ts>printObjectProperties

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

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

Parameters

val: { }
config: Config
indentation: string
depth: number
refs: Refs
printer: Printer

Returns

string