Skip to main content
Go to Latest
interface prettyFormat.PrettyFormatOptions
import { type prettyFormat } from "https://deno.land/x/fresh_testing_library@0.8.0/components.ts";
const { PrettyFormatOptions } = prettyFormat;

Properties

optional
callToJSON: boolean
optional
compareKeys: CompareKeys
optional
escapeRegex: boolean
optional
escapeString: boolean
optional
highlight: boolean
optional
indent: number
optional
maxDepth: number
optional
min: boolean
optional
plugins: Plugins
optional
printBasicPrototype: boolean
optional
printFunctionName: boolean
optional
theme: ThemeReceived