Module

std/testing/format.ts>Config

Deno standard library
Go to Latest
interface Config
import { type Config } from "https://dotland.deno.dev/std@0.36.0/testing/format.ts";

Properties

callToJSON: boolean
escapeRegex: boolean
escapeString: boolean
indent: string
maxDepth: number
min: boolean
printFunctionName: boolean
spacingInner: string
spacingOuter: string