Skip to content

Instantly share code, notes, and snippets.

@koji
Created August 15, 2019 19:25
Show Gist options
  • Save koji/fa8216bf3fdae2a112a1c49546f47081 to your computer and use it in GitHub Desktop.
Save koji/fa8216bf3fdae2a112a1c49546f47081 to your computer and use it in GitHub Desktop.
display full object
const print = (obj:any) => {
console.log(JSON.stringify(obj, null, 4));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment