1.0.0 • Published 10 years ago
@amphibian/object-has-property v1.0.0
object-has-property
hasOwnProperty check
npm install @amphibian/object-has-propertyvar objectHasProperty = require('@amphibian/object-has-property');
objectHasProperty({fish: true}, 'fish'); // > true
objectHasProperty({apples: true}, 'fish'); // > false