Circle V2 API Docs
    Preparing search index...
    type Options = {
        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: prettyFormat.Theme;
    }
    Index

    Properties

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