Skip to content

Instantly share code, notes, and snippets.

@wmakeev
Created October 29, 2015 11:51
Show Gist options
  • Save wmakeev/67891f0d061bc692a14a to your computer and use it in GitHub Desktop.
Save wmakeev/67891f0d061bc692a14a to your computer and use it in GitHub Desktop.
util.inspect
function inspect (bage, val) {
console.log(bage + '\n',
util.inspect(val, { showHidden: false, depth: 3, colors: true }))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment