You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
fangdawei ef5e3ecfd0 初始框架代码-前后端 1 year ago
..
src 初始框架代码-前后端 1 year ago
test 初始框架代码-前后端 1 year ago
LICENSE-MIT 初始框架代码-前后端 1 year ago
README.md 初始框架代码-前后端 1 year ago
package.json 初始框架代码-前后端 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