devserver ba7593fe63 初始化静态工具 1 年之前
..
src ba7593fe63 初始化静态工具 1 年之前
test ba7593fe63 初始化静态工具 1 年之前
LICENSE-MIT ba7593fe63 初始化静态工具 1 年之前
README.md ba7593fe63 初始化静态工具 1 年之前
package.json ba7593fe63 初始化静态工具 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