Skip to main content
Module

x/pretty_assert/types.ts>Printer

🦕A colorful assertEqual for deno
Latest
type alias Printer
import { type Printer } from "https://deno.land/x/pretty_assert@0.1.7/types.ts";
definition: (
val: any,
config: Config,
indentation: string,
depth: number,
refs: Refs,
hasCalledToJSON?: boolean,
) => string