DevYK 8466310f0c update README.md hace 4 años
..
src 8466310f0c update README.md hace 4 años
test 8466310f0c update README.md hace 4 años
LICENSE-MIT 8466310f0c update README.md hace 4 años
README.md 8466310f0c update README.md hace 4 años
package.json 8466310f0c update README.md hace 4 años

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