Skip to content

Instantly share code, notes, and snippets.

@dgaubert
Created August 31, 2023 16:09
Show Gist options
  • Save dgaubert/7f41ec29c35f87261ea857405f34ec8d to your computer and use it in GitHub Desktop.
Save dgaubert/7f41ec29c35f87261ea857405f34ec8d to your computer and use it in GitHub Desktop.
Console Inspect
// eslint-disable-next-line no-console
console.log((await import('util')).inspect(myObject, { showHidden: false, depth: null, colors: true }))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment