Skip to main content
Module

std/testing/format.ts>Config

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

Properties

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