zz 65c8a28f48 项目初始化 пре 1 недеља
..
src 65c8a28f48 项目初始化 пре 1 недеља
test 65c8a28f48 项目初始化 пре 1 недеља
LICENSE-MIT 65c8a28f48 项目初始化 пре 1 недеља
README.md 65c8a28f48 项目初始化 пре 1 недеља
package.json 65c8a28f48 项目初始化 пре 1 недеља

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