毕设专用git仓库
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.
 
 
 
 
 
 
tangxinyuan 0f4ed585a1 各部分未整合代码 1 month ago
..
src 各部分未整合代码 1 month ago
test 各部分未整合代码 1 month ago
LICENSE-MIT 各部分未整合代码 1 month ago
README.md 各部分未整合代码 1 month ago
package.json 各部分未整合代码 1 month 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