Skip to content

Instantly share code, notes, and snippets.

@samthomson
Created February 27, 2021 09:47
Show Gist options
  • Save samthomson/29fd10ab507129cc82b7dbcf446470bc to your computer and use it in GitHub Desktop.
Save samthomson/29fd10ab507129cc82b7dbcf446470bc to your computer and use it in GitHub Desktop.
js deep log nested objects
import * as util from 'util'
console.log(util.inspect(returnData, false, null, true /* enable colors */))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment