javaee_vue3/node_modules/has
JUZIZZZ b4dffc733c 第四次作业,前端代码 2024-11-05 22:42:26 +08:00
..
src 第四次作业,前端代码 2024-11-05 22:42:26 +08:00
test 第四次作业,前端代码 2024-11-05 22:42:26 +08:00
LICENSE-MIT 第四次作业,前端代码 2024-11-05 22:42:26 +08:00
README.md 第四次作业,前端代码 2024-11-05 22:42:26 +08:00
package.json 第四次作业,前端代码 2024-11-05 22:42:26 +08:00

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