liukang b4b8ddf15d admin-vue 1 year ago
..
src b4b8ddf15d admin-vue 1 year ago
test b4b8ddf15d admin-vue 1 year ago
LICENSE-MIT b4b8ddf15d admin-vue 1 year ago
README.md b4b8ddf15d admin-vue 1 year ago
package.json b4b8ddf15d admin-vue 1 year ago

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