Brak opisu

FFIB: 11e3a9652a first 7 lat temu
..
src 11e3a9652a first 7 lat temu
test 11e3a9652a first 7 lat temu
.jshintrc 11e3a9652a first 7 lat temu
.npmignore 11e3a9652a first 7 lat temu
LICENSE-MIT 11e3a9652a first 7 lat temu
README.mkd 11e3a9652a first 7 lat temu
package.json 11e3a9652a first 7 lat temu

README.mkd

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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