wyling e2331159ee 'save' 4 vuotta sitten
..
src e2331159ee 'save' 4 vuotta sitten
test e2331159ee 'save' 4 vuotta sitten
LICENSE-MIT e2331159ee 'save' 4 vuotta sitten
README.md e2331159ee 'save' 4 vuotta sitten
package.json e2331159ee 'save' 4 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