UNPKG
care-js
Version:
latest (3.3.4)
3.3.4
Standard library
care-js
/
internals
/
has.js
6 lines
(4 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
var
hasOwnProperty = {}.
hasOwnProperty
;
module
.
exports
=
function
(
it, key
) {
return
hasOwnProperty.
call
(it, key); };