Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/testing/format.ts>Options

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface Options
import { type Options } from "https://deno.land/std@0.38.0/testing/format.ts";

Properties

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