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 2 vuotta sitten
..
src init 2 vuotta sitten
test init 2 vuotta sitten
LICENSE-MIT init 2 vuotta sitten
README.md init 2 vuotta sitten
package.json init 2 vuotta sitten

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