This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
fgm
/
js_react__github-battle
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Aborescence:
ab2ddff33f
Branches
Tags
master
js_react__githu...
/
utils
/
index.js
index.js
85 B
Historique
Raw
1
2
3
export function puke(obj) {
return <pre>{JSON.stringify(obj, null, " ")}</pre>;
}