has.js 105 B

12
  1. export default (function (obj, key) { return obj.hasOwnProperty(key); });
  2. //# sourceMappingURL=has.js.map