wyling ec4e39c038 save il y a 3 ans
..
src e2331159ee 'save' il y a 4 ans
test e2331159ee 'save' il y a 4 ans
LICENSE-MIT e2331159ee 'save' il y a 4 ans
README.md e2331159ee 'save' il y a 4 ans
package.json ec4e39c038 save il y a 3 ans

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