You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nitowa 1dae68b1c7 init преди 1 година
..
src init преди 1 година
test init преди 1 година
LICENSE-MIT init преди 1 година
README.md init преди 1 година
package.json init преди 1 година

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