LAPTOP-UBJMM5MG\user d7428fd373 更新 1 éve%!(EXTRA string=óta)
..
src d7428fd373 更新 1 éve%!(EXTRA string=óta)
test d7428fd373 更新 1 éve%!(EXTRA string=óta)
LICENSE-MIT d7428fd373 更新 1 éve%!(EXTRA string=óta)
README.md d7428fd373 更新 1 éve%!(EXTRA string=óta)
package.json d7428fd373 更新 1 éve%!(EXTRA string=óta)

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