選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
wq dbcaee30a6 Initial commit 2年前
..
src Initial commit 2年前
test Initial commit 2年前
LICENSE-MIT Initial commit 2年前
README.md Initial commit 2年前
package.json Initial commit 2年前

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