examples/StrongerGS/gsnodejs/node_modules/has
yinyuan f8e2679b5a StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
..
src StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
test StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
LICENSE-MIT StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
README.md StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +08:00
package.json StrongerGSÊý¾ݿ⹤¾ßÏä 2022-09-20 10:22:00 +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