KC's Workspace
    Preparing search index...
    interface PrettyFormatOptions {
        callToJSON?: boolean;
        compareKeys?: CompareKeys;
        escapeRegex?: boolean;
        escapeString?: boolean;
        highlight?: boolean;
        indent?: number;
        maxDepth?: number;
        maxWidth?: number;
        min?: boolean;
        plugins?: Plugins;
        printBasicPrototype?: boolean;
        printFunctionName?: boolean;
        printShadowRoot?: boolean;
    }
    Index

    Properties

    callToJSON?: boolean
    compareKeys?: CompareKeys
    escapeRegex?: boolean
    escapeString?: boolean
    highlight?: boolean
    indent?: number
    maxDepth?: number
    maxWidth?: number
    min?: boolean
    plugins?: Plugins
    printBasicPrototype?: boolean
    printFunctionName?: boolean
    printShadowRoot?: boolean