LAPTOP-UBJMM5MG\user d7428fd373 更新 il y a 2 ans
..
src d7428fd373 更新 il y a 2 ans
test d7428fd373 更新 il y a 2 ans
LICENSE-MIT d7428fd373 更新 il y a 2 ans
README.md d7428fd373 更新 il y a 2 ans
package.json d7428fd373 更新 il y a 2 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