ShenNong_Simple/packages/字体精简工具/node_modules/has
2024-10-30 15:28:42 +08:00
..
src 神农简化版 2024-10-30 15:28:42 +08:00
test 神农简化版 2024-10-30 15:28:42 +08:00
LICENSE-MIT 神农简化版 2024-10-30 15:28:42 +08:00
package.json 神农简化版 2024-10-30 15:28:42 +08:00
README.md 神农简化版 2024-10-30 15:28:42 +08:00

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true