Circle V2 API Docs
    Preparing search index...
    type Config = {
        callToJSON: boolean;
        colors: prettyFormat.Colors;
        compareKeys: prettyFormat.CompareKeys;
        escapeRegex: boolean;
        escapeString: boolean;
        indent: string;
        maxDepth: number;
        min: boolean;
        plugins: prettyFormat.Plugins;
        printBasicPrototype: boolean;
        printFunctionName: boolean;
        spacingInner: string;
        spacingOuter: string;
    }
    Index

    Properties

    callToJSON: boolean
    escapeRegex: boolean
    escapeString: boolean
    indent: string
    maxDepth: number
    min: boolean
    printBasicPrototype: boolean
    printFunctionName: boolean
    spacingInner: string
    spacingOuter: string