@amphibian/object-has-property
v1.0.1
Published
hasOwnProperty check
Downloads
40
Readme
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