Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/core-js/modules/_has.js

var hasOwnProperty = {}.hasOwnProperty;
module.exports = function (it, key) {
  return hasOwnProperty.call(it, key);
};
Back to Directory File Manager