Skip to content

Instantly share code, notes, and snippets.

@Skymetal
Created September 13, 2016 12:45
Show Gist options
  • Save Skymetal/13f5f8c5062cdc2efe0bdefeeae354af to your computer and use it in GitHub Desktop.
Save Skymetal/13f5f8c5062cdc2efe0bdefeeae354af to your computer and use it in GitHub Desktop.
coffee: prettyprint
l = console.log
j = require('circular-json').stringify
p = (item) -> l(j(item, null, 4))
k = (item) -> l(Object.keys(item))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment