warrior 66f00d63c9 created page 5 ماه پیش
..
src 66f00d63c9 created page 5 ماه پیش
test 66f00d63c9 created page 5 ماه پیش
LICENSE-MIT 66f00d63c9 created page 5 ماه پیش
README.md 66f00d63c9 created page 5 ماه پیش
package.json 66f00d63c9 created page 5 ماه پیش

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