This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
fgm
/
js_react__github-battle
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Albero (Tree):
ab2ddff33f
Rami (Branch)
Tag
master
js_react__githu...
/
utils
/
index.js
index.js
85 B
Cronologia
Originale
1
2
3
export function puke(obj) {
return <pre>{JSON.stringify(obj, null, " ")}</pre>;
}