LAPTOP-UBJMM5MG\user d7428fd373 更新 1 year ago
..
src d7428fd373 更新 1 year ago
test d7428fd373 更新 1 year ago
LICENSE-MIT d7428fd373 更新 1 year ago
README.md d7428fd373 更新 1 year ago
package.json d7428fd373 更新 1 year ago

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