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