This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
masif
/
quran
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
cf937194cb
Ranting
Tag
master
quran
/
node_modules
/
ramda
/
es
/
internal
/
_has.js
_has.js
101 B
Riwayat
Mentahan
1
2
3
export default function _has(prop, obj) {
return Object.prototype.hasOwnProperty.call(obj, prop);
}