Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

  • inspect(object: any, showHidden?: undefined | false | true, depth?: number | null, color?: undefined | false | true): string
  • inspect(object: any, options: InspectOptions): string
  • Parameters

    • object: any
    • Optional showHidden: undefined | false | true
    • Optional depth: number | null
    • Optional color: undefined | false | true

    Returns string

  • Parameters

    Returns string

Index

Variables

Let colors

colors: object

Type declaration

  • [color: string]: [number, number] | undefined

Let defaultOptions

defaultOptions: InspectOptions

Let replDefaults

replDefaults: InspectOptions

Allows changing inspect settings from the repl.

Let styles

styles: object

Type declaration

  • [style: string]: string | undefined

Generated using TypeDoc