kiruthiga 55473b7e7c initial push 5 днів тому
..
src 55473b7e7c initial push 5 днів тому
test 55473b7e7c initial push 5 днів тому
LICENSE-MIT 55473b7e7c initial push 5 днів тому
README.md 55473b7e7c initial push 5 днів тому
package.json 55473b7e7c initial push 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