has
Object.prototype.hasOwnProperty.call shortcut
Last updated 7 years ago by ljharb .
MIT · Repository · Bugs · Original npm
$ cnpm install has 
SYNC missed versions from official npm registry.

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true

Current Tags

  • 1.0.3                                ...           latest (7 years ago)

1 Versions

  • 1.0.3                                ...           7 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (3)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org