js_react__github-battle/app/utils/index.js
2016-04-04 22:32:41 +02:00

3 lines
85 B
JavaScript

export function puke(obj) {
return <pre>{JSON.stringify(obj, null, " ")}</pre>;
}