robert2206 8ad867f7a5 commit inicial 8 năm trước cách đây
..
src 8ad867f7a5 commit inicial 8 năm trước cách đây
test 8ad867f7a5 commit inicial 8 năm trước cách đây
.jshintrc 8ad867f7a5 commit inicial 8 năm trước cách đây
.npmignore 8ad867f7a5 commit inicial 8 năm trước cách đây
LICENSE-MIT 8ad867f7a5 commit inicial 8 năm trước cách đây
README.mkd 8ad867f7a5 commit inicial 8 năm trước cách đây
package.json 8ad867f7a5 commit inicial 8 năm trước cách đây

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