npm.io
1.0.1 • Published 9 years ago

@amphibian/object-has-property

Licence
ISC
Version
1.0.1
Deps
0
Vulns
0
Weekly
16

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