Skip to content

Instantly share code, notes, and snippets.

@vivainio
Created April 30, 2018 19:31
Show Gist options
  • Save vivainio/cf21b5915803589cb6832e1e0a78b8ef to your computer and use it in GitHub Desktop.
Save vivainio/cf21b5915803589cb6832e1e0a78b8ef to your computer and use it in GitHub Desktop.
export function logDump(...args) {
const l = [].slice.call(arguments).map(toJS);
console.log(...l);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment