has-own-property.js 64 B

12345
  1. 'use strict'
  2. var own = {}.hasOwnProperty
  3. module.exports = own