Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@amphibian/object-has-property

thomaslindstr_m14ISC1.0.1

hasOwnProperty check

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