Sin descripción

golf d8e79ace03 index commit %!s(int64=2) %!d(string=hace) años
..
src d8e79ace03 index commit %!s(int64=2) %!d(string=hace) años
test d8e79ace03 index commit %!s(int64=2) %!d(string=hace) años
LICENSE-MIT d8e79ace03 index commit %!s(int64=2) %!d(string=hace) años
README.md d8e79ace03 index commit %!s(int64=2) %!d(string=hace) años
package.json d8e79ace03 index commit %!s(int64=2) %!d(string=hace) años

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