Options
All
  • Public
  • Public/Protected
  • All
Menu

Callable

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

    • object: any
    • Optional showHidden: boolean
    • Optional depth: number | null
    • Optional color: boolean

    Returns string

  • Parameters

    Returns string

Index

Variables

Let colors

colors: Dict<[number, number]>

Const custom

custom: keyof symbol

Let defaultOptions

defaultOptions: InspectOptions

Let replDefaults

replDefaults: InspectOptions

Allows changing inspect settings from the repl.

Let styles

styles: object

Type declaration

Generated using TypeDoc