Spaces:
Runtime error
Runtime error
| var hasOwnProperty = {}.hasOwnProperty; | |
| module.exports = function (it, key) { | |
| return hasOwnProperty.call(it, key); | |
| }; | |
| var hasOwnProperty = {}.hasOwnProperty; | |
| module.exports = function (it, key) { | |
| return hasOwnProperty.call(it, key); | |
| }; | |