This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
fgm
/
js_react__github-battle
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Ağaç:
ab2ddff33f
Dallar
Biçim İmleri
master
js_react__githu...
/
utils
/
index.js
index.js
85 B
Geçmiş
Ham
1
2
3
export function puke(obj) {
return <pre>{JSON.stringify(obj, null, " ")}</pre>;
}