@amphibian/object-has-property

1.0.1 • Public • Published

object-has-property

hasOwnProperty check

npm install @amphibian/object-has-property
var objectHasProperty = require('@amphibian/object-has-property');

objectHasProperty({fish: true}, 'fish'); // > true
objectHasProperty({apples: true}, 'fish'); // > false

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i @amphibian/object-has-property

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • thomaslindstr_m