Skip to main content
Module

std/testing/format.ts>Options

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

Properties

callToJSON: boolean
escapeRegex: boolean
escapeString: boolean
indent: number
maxDepth: number
min: boolean
printFunctionName: boolean