Skip to main content
Deno 2 is finally 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.36.0/testing/format.ts";

Properties

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