Config: {
    callToJSON: boolean;
    colors: Colors;
    compareKeys: CompareKeys;
    escapeRegex: boolean;
    escapeString: boolean;
    indent: string;
    maxDepth: number;
    min: boolean;
    plugins: Plugins;
    printBasicPrototype: boolean;
    printFunctionName: boolean;
    spacingInner: string;
    spacingOuter: string;
}

Type declaration

  • callToJSON: boolean
  • colors: Colors
  • compareKeys: CompareKeys
  • escapeRegex: boolean
  • escapeString: boolean
  • indent: string
  • maxDepth: number
  • min: boolean
  • plugins: Plugins
  • printBasicPrototype: boolean
  • printFunctionName: boolean
  • spacingInner: string
  • spacingOuter: string

Generated using TypeDoc