zz 65c8a28f48 项目初始化 il y a 2 semaines
..
src 65c8a28f48 项目初始化 il y a 2 semaines
test 65c8a28f48 项目初始化 il y a 2 semaines
LICENSE-MIT 65c8a28f48 项目初始化 il y a 2 semaines
README.md 65c8a28f48 项目初始化 il y a 2 semaines
package.json 65c8a28f48 项目初始化 il y a 2 semaines

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