cmy a6e36702ec 2023-3-1 %!s(int64=2) %!d(string=hai) anos
..
src a6e36702ec 2023-3-1 %!s(int64=2) %!d(string=hai) anos
test a6e36702ec 2023-3-1 %!s(int64=2) %!d(string=hai) anos
LICENSE-MIT a6e36702ec 2023-3-1 %!s(int64=2) %!d(string=hai) anos
README.md a6e36702ec 2023-3-1 %!s(int64=2) %!d(string=hai) anos
package.json a6e36702ec 2023-3-1 %!s(int64=2) %!d(string=hai) anos

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