Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PrettyFormatOptions

interface PrettyFormatOptions {
callToJSON?: boolean;
compareKeys?: CompareKeys;
escapeRegex?: boolean;
escapeString?: boolean;
highlight?: boolean;
indent?: number;
maxDepth?: number;
min?: boolean;
plugins?: Plugins;
printBasicPrototype?: boolean;
printFunctionName?: boolean;
theme?: ThemeReceived;
}

§Properties

§
callToJSON?: boolean
[src]
§
compareKeys?: CompareKeys
[src]
§
escapeRegex?: boolean
[src]
§
escapeString?: boolean
[src]
§
highlight?: boolean
[src]
§
indent?: number
[src]
§
maxDepth?: number
[src]
§
min?: boolean
[src]
§
plugins?: Plugins
[src]
§
printBasicPrototype?: boolean
[src]
§
printFunctionName?: boolean
[src]
§
theme?: ThemeReceived
[src]