This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
fgm
/
js_react__github-battle
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Árbol:
ab2ddff33f
Ramas
Etiquetas
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>;
}