This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
fgm
/
js_react__github-battle
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Strom:
ab2ddff33f
Větve
Značky
master
js_react__githu...
/
utils
/
index.js
index.js
85 B
Historie
Surový
1
2
3
export function puke(obj) {
return <pre>{JSON.stringify(obj, null, " ")}</pre>;
}