This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
fgm
/
js_react__github-battle
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Tree:
ab2ddff33f
Branches
Tags
master
js_react__githu...
/
utils
/
index.js
index.js
85 B
Histórico
Raw
1
2
3
export function puke(obj) {
return <pre>{JSON.stringify(obj, null, " ")}</pre>;
}