wuxiang da9bc82d52 commit 2 năm trước cách đây
..
src da9bc82d52 commit 2 năm trước cách đây
test da9bc82d52 commit 2 năm trước cách đây
LICENSE-MIT da9bc82d52 commit 2 năm trước cách đây
README.md da9bc82d52 commit 2 năm trước cách đây
package.json da9bc82d52 commit 2 năm trước cách đây

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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