minimal adjustments
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / internals / has.js
1 var hasOwnProperty = {}.hasOwnProperty;
2
3 module.exports = function (it, key) {
4   return hasOwnProperty.call(it, key);
5 };