BunInspectOptions

Bun

Symbol

BunInspectOptions

interface BunInspectOptions

Options for Bun.inspect

  • colors?: boolean

    Whether to colorize the output

  • compact?: boolean

    Whether to compact the output

  • depth?: number

    The depth of the inspection

  • sorted?: boolean

    Whether to sort the properties of the object