Sign in
chromium
/
devtools
/
devtools-frontend
/
b3cd0a4f0ce68bbba2f63ebed0ec8564643eda2e
/
.
/
node_modules
/
ramda
/
es
/
internal
/
_has.js
blob: 71363cfa777ba6e45de378000b4a71a6b5f56f33 [
file
] [
log
] [
blame
]
export
default
function
_has
(
prop
,
obj
)
{
return
Object
.
prototype
.
hasOwnProperty
.
call
(
obj
,
prop
);
}