This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
fgm
/
js_react__github-battle
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Árvore:
bde72bf141
Ramos
Etiquetas
master
js_react__githu...
/
utils
/
index.js
index.js
85 B
Histórico
Em bruto
1
2
3
export function puke(obj) {
return <pre>{JSON.stringify(obj, null, " ")}</pre>;
}