Circle V2 API Docs
    Preparing search index...
    interface PrettyFormatOptions {
        callToJSON?: boolean;
        compareKeys?: prettyFormat.CompareKeys;
        escapeRegex?: boolean;
        escapeString?: boolean;
        highlight?: boolean;
        indent?: number;
        maxDepth?: number;
        min?: boolean;
        plugins?: prettyFormat.Plugins;
        printBasicPrototype?: boolean;
        printFunctionName?: boolean;
        theme?: ThemeReceived;
    }
    Index

    Properties

    callToJSON?: boolean
    escapeRegex?: boolean
    escapeString?: boolean
    highlight?: boolean
    indent?: number
    maxDepth?: number
    min?: boolean
    printBasicPrototype?: boolean
    printFunctionName?: boolean
    theme?: ThemeReceived